HEX: #B51E4C
RGB: (181,30,76)
#B51E4C enthält hauptsächlich rote Farbe. Für #B51E4C ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #B51E4C wird in RGB als (181,30,76) definiert.
RGB: (181,30,76)
(71%, 12%, 30%)
R 181 von 255 = 71%
G 30 von 255 = 12%
B 76 von 255 = 30%
R + G + B ~ 38%. #B51E4C ziemlich dunkle Farbe.
R + G + B = 181 + 30 + 76 = 287 (100%)
R 181 von 287 ~ 63.07%
G 30 von 287 ~ 10.45%
B 76 von 287 ~ 26.48'%
Die Farbe #B51E4C wird in CMYK als (0,83,58,29) definiert.
CMYK: (0,83,58,29)
C0M83Y58K29 (0%, 83%, 58%, 29%)
(0.00 / 0.83 / 0.58 / 0.29)
Farbe #B51E4C in den populären Farbmodellen.
B5 | 1E | 4C | |
---|---|---|---|
RGB | 181 | 30 | 76 |
HSL | 342° | 71.56% | 41.37% |
HSB/HSV | 342° | 83.43% | 70.98% |
CMYK | 0.00% | 83.43% | 58.01% |
29.02% |
Die Farbe #B51E4C in den populären Zahlensystemen.
Hexadezimal | B5 | 1E | 4C |
Dezimal | 181 | 30 | 76 |
Binär | 10110101 | 11110 | 1001100 |
Oktal | 265 | 36 | 114 |
Dunkle Töne der Farbe #B51E4C
Helle Töne der Farbe #B51E4C
Beispiele css- und html für Elemente in der Farbe #B51E4C. Bitte benutzen Sie auch rgb(181,30,76) statt hex-Code.
.myTextColor { color: #B51E4C; }
<p style="color:#B51E4C">This sample text font color is #B51E4C.</p>
Die Farbe dieses Textes ist #B51E4C.
.myBgColor { background-color: #B51E4C; }
<div style="background-color:#B51E4C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B51E4C.
.myBorderColor { border: 1px solid #B51E4C; }
<div style="border:3px solid #B51E4C">Div</div>
Die Grenzen von diesem div sind in Farbe #B51E4C.
.myOpacity80 { color: #B51E4C; opacity: 0.8; }
<p style="color:#B51E4C;opacity:0.8;">80%</p>
Text in Farbe #B51E4C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B51E4C;}
<p style="text-shadow: 3px 3px 1px #B51E4C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B51E4C.
.textShadow {text-shadow: 3px 3px 1px #B51E4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B51E4C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B51E4C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B51E4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B51E4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B51E4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B51E4C;
-webkit-box-shadow: 1px 1px 3px 2px #B51E4C;
box-shadow: 1px 1px 3px 2px #B51E4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B51E4C; -webkit-box-shadow: 1px 1px 3px 2px #B51E4C; box-shadow:1px 1px 3px 2px #B51E4C;">
Div content here
</div>
Dieser Text ist in der Farbe #B51E4C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B51E4C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B51E4C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B51E4C.
Kontrastfarbe für #hex ist #4AE1B3.