HEX: #B2021A
RGB: (178,2,26)
#B2021A enthält hauptsächlich rote Farbe. Für #B2021A ist eine «websichere» Webfarbe #990000 (oder kurz #900).
Die Farbe #B2021A wird in RGB als (178,2,26) definiert.
RGB: (178,2,26)
(70%, 1%, 10%)
R 178 von 255 = 70%
G 2 von 255 = 1%
B 26 von 255 = 10%
R + G + B ~ 27%. #B2021A ziemlich dunkle Farbe.
R + G + B = 178 + 2 + 26 = 206 (100%)
R 178 von 206 ~ 86.41%
G 2 von 206 ~ 0.97%
B 26 von 206 ~ 12.62'%
Die Farbe #B2021A wird in CMYK als (0,99,85,30) definiert.
CMYK: (0,99,85,30)
C0M99Y85K30 (0%, 99%, 85%, 30%)
(0.00 / 0.99 / 0.85 / 0.30)
Farbe #B2021A in den populären Farbmodellen.
B2 | 02 | 1A | |
---|---|---|---|
RGB | 178 | 2 | 26 |
HSL | 352° | 97.78% | 35.29% |
HSB/HSV | 352° | 98.88% | 69.80% |
CMYK | 0.00% | 98.88% | 85.39% |
30.20% |
Die Farbe #B2021A in den populären Zahlensystemen.
Hexadezimal | B2 | 02 | 1A |
Dezimal | 178 | 2 | 26 |
Binär | 10110010 | 10 | 11010 |
Oktal | 262 | 2 | 32 |
Dunkle Töne der Farbe #B2021A
Helle Töne der Farbe #B2021A
Beispiele css- und html für Elemente in der Farbe #B2021A. Bitte benutzen Sie auch rgb(178,2,26) statt hex-Code.
.myTextColor { color: #B2021A; }
<p style="color:#B2021A">This sample text font color is #B2021A.</p>
Die Farbe dieses Textes ist #B2021A.
.myBgColor { background-color: #B2021A; }
<div style="background-color:#B2021A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B2021A.
.myBorderColor { border: 1px solid #B2021A; }
<div style="border:3px solid #B2021A">Div</div>
Die Grenzen von diesem div sind in Farbe #B2021A.
.myOpacity80 { color: #B2021A; opacity: 0.8; }
<p style="color:#B2021A;opacity:0.8;">80%</p>
Text in Farbe #B2021A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2021A;}
<p style="text-shadow: 3px 3px 1px #B2021A">Text here.</p>
Dieser Text hat den Schatten in Farbe #B2021A.
.textShadow {text-shadow: 3px 3px 1px #B2021A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2021A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B2021A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2021A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2021A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2021A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2021A;
-webkit-box-shadow: 1px 1px 3px 2px #B2021A;
box-shadow: 1px 1px 3px 2px #B2021A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2021A; -webkit-box-shadow: 1px 1px 3px 2px #B2021A; box-shadow:1px 1px 3px 2px #B2021A;">
Div content here
</div>
Dieser Text ist in der Farbe #B2021A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B2021A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B2021A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B2021A.
Kontrastfarbe für #B2021A ist #4DFDE5.