HEX: #B22222
RGB: (178,34,34)
Die Farbenname ist FireBrick. #B22222 enthält hauptsächlich rote Farbe. Für #B22222 ist eine «websichere» Webfarbe #993333 (oder kurz #933).
Die Farbe #B22222 wird in RGB als (178,34,34) definiert.
RGB: (178,34,34) (70%,13%,13%)
R 178 von 255 = 70%
G 34 von 255 = 13%
B 34 von 255 = 13%
R + G + B ~ 32%. #B22222 ziemlich dunkle Farbe.
R + G + B =
178 + 34 + 34 = 246 (100%)
R 178 von 246 ~ 72.36%
G 34 von 246 ~ 13.82%
B 34 von 246 ~ 13.82%
Die Farbe #B22222 wird in CMYK als (0,81,81,30) definiert.
CMYK: (0,81,81,30) C0M81Y81K30 (0%,81%,81%,30%) (0.00/0.81/0.81/0.30)
B2 | 22 | 22 | |
---|---|---|---|
RGB | 178 | 34 | 34 |
HSL | 0° | 67.92% | 41.57% |
HSB/HSV | 0° | 80.90% | 69.80% |
CMYK | 0.00% | 80.90% | 80.90% |
30.20% |
Hexadezimal | B2 | 22 | 22 |
Dezimal | 178 | 34 | 34 |
Binär | 10110010 | 100010 | 100010 |
Oktal | 262 | 42 | 42 |
Beispiele css- und html für Elemente in der Farbe #B22222. Bitte benutzen Sie auch rgb(178,34,34) statt hex-Code.
.myTextColor { color: #B22222; }
<p style="color:#B22222">This sample text font color is #B22222.</p>
Die Farbe dieses Textes ist #B22222.
.myBgColor { background-color: #B22222; }
<div style="background-color:#B22222">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B22222.
.myBorderColor { border: 1px solid #B22222; }
<div style="border:3px solid #B22222">Div</div>
Die Grenzen von diesem div sind in Farbe #B22222.
.myOpacity80 { color: #B22222; opacity: 0.8; }
<p style="color:#B22222;opacity:0.8;">80%</p>
Text in Farbe #B22222 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B22222;}
<p style="text-shadow: 3px 3px 1px #B22222">Text here.</p>
Dieser Text hat den Schatten in Farbe #B22222.
.textShadow {text-shadow: 3px 3px 1px #B22222, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B22222, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B22222 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B22222, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B22222, Direction=45, Strength=4)">Text</p>
This text has shadow with #B22222 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B22222; -webkit-box-shadow: 1px 1px 3px 2px #B22222; box-shadow: 1px 1px 3px 2px #B22222; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B22222; -webkit-box-shadow: 1px 1px 3px 2px #B22222; box-shadow:1px 1px 3px 2px #B22222;">
Div content here</div>
Dieser Text ist in der Farbe #B22222 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B22222 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B22222.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B22222.