HEX: #B5193B
RGB: (181,25,59)
#B5193B enthält hauptsächlich rote Farbe. Für #B5193B ist eine «websichere» Webfarbe #CC0033 (oder kurz #C03).
Die Farbe #B5193B wird in RGB als (181,25,59) definiert.
RGB: (181,25,59) (71%,10%,23%)
R 181 von 255 = 71%
G 25 von 255 = 10%
B 59 von 255 = 23%
R + G + B ~ 35%. #B5193B ziemlich dunkle Farbe.
R + G + B =
181 + 25 + 59 = 265 (100%)
R 181 von 265 ~ 68.3%
G 25 von 265 ~ 9.43%
B 59 von 265 ~ 22.26%
Die Farbe #B5193B wird in CMYK als (0,86,67,29) definiert.
CMYK: (0,86,67,29) C0M86Y67K29 (0%,86%,67%,29%) (0.00/0.86/0.67/0.29)
B5 | 19 | 3B | |
---|---|---|---|
RGB | 181 | 25 | 59 |
HSL | 347° | 75.73% | 40.39% |
HSB/HSV | 347° | 86.19% | 70.98% |
CMYK | 0.00% | 86.19% | 67.40% |
29.02% |
Hexadezimal | B5 | 19 | 3B |
Dezimal | 181 | 25 | 59 |
Binär | 10110101 | 11001 | 111011 |
Oktal | 265 | 31 | 73 |
Beispiele css- und html für Elemente in der Farbe #B5193B. Bitte benutzen Sie auch rgb(181,25,59) statt hex-Code.
.myTextColor { color: #B5193B; }
<p style="color:#B5193B">This sample text font color is #B5193B.</p>
Die Farbe dieses Textes ist #B5193B.
.myBgColor { background-color: #B5193B; }
<div style="background-color:#B5193B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5193B.
.myBorderColor { border: 1px solid #B5193B; }
<div style="border:3px solid #B5193B">Div</div>
Die Grenzen von diesem div sind in Farbe #B5193B.
.myOpacity80 { color: #B5193B; opacity: 0.8; }
<p style="color:#B5193B;opacity:0.8;">80%</p>
Text in Farbe #B5193B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5193B;}
<p style="text-shadow: 3px 3px 1px #B5193B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5193B.
.textShadow {text-shadow: 3px 3px 1px #B5193B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5193B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5193B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5193B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5193B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5193B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5193B; -webkit-box-shadow: 1px 1px 3px 2px #B5193B; box-shadow: 1px 1px 3px 2px #B5193B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5193B; -webkit-box-shadow: 1px 1px 3px 2px #B5193B; box-shadow:1px 1px 3px 2px #B5193B;">
Div content here</div>
Dieser Text ist in der Farbe #B5193B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5193B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5193B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5193B.