HEX: #B4182D
RGB: (180,24,45)
#B4182D enthält hauptsächlich rote Farbe. Für #B4182D ist eine «websichere» Webfarbe #CC0033 (oder kurz #C03).
Die Farbe #B4182D wird in RGB als (180,24,45) definiert.
RGB: (180,24,45) (71%,9%,18%)
R 180 von 255 = 71%
G 24 von 255 = 9%
B 45 von 255 = 18%
R + G + B ~ 33%. #B4182D ziemlich dunkle Farbe.
R + G + B =
180 + 24 + 45 = 249 (100%)
R 180 von 249 ~ 72.29%
G 24 von 249 ~ 9.64%
B 45 von 249 ~ 18.07%
Die Farbe #B4182D wird in CMYK als (0,87,75,29) definiert.
CMYK: (0,87,75,29) C0M87Y75K29 (0%,87%,75%,29%) (0.00/0.87/0.75/0.29)
B4 | 18 | 2D | |
---|---|---|---|
RGB | 180 | 24 | 45 |
HSL | 352° | 76.47% | 40.00% |
HSB/HSV | 352° | 86.67% | 70.59% |
CMYK | 0.00% | 86.67% | 75.00% |
29.41% |
Hexadezimal | B4 | 18 | 2D |
Dezimal | 180 | 24 | 45 |
Binär | 10110100 | 11000 | 101101 |
Oktal | 264 | 30 | 55 |
Beispiele css- und html für Elemente in der Farbe #B4182D. Bitte benutzen Sie auch rgb(180,24,45) statt hex-Code.
.myTextColor { color: #B4182D; }
<p style="color:#B4182D">This sample text font color is #B4182D.</p>
Die Farbe dieses Textes ist #B4182D.
.myBgColor { background-color: #B4182D; }
<div style="background-color:#B4182D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4182D.
.myBorderColor { border: 1px solid #B4182D; }
<div style="border:3px solid #B4182D">Div</div>
Die Grenzen von diesem div sind in Farbe #B4182D.
.myOpacity80 { color: #B4182D; opacity: 0.8; }
<p style="color:#B4182D;opacity:0.8;">80%</p>
Text in Farbe #B4182D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4182D;}
<p style="text-shadow: 3px 3px 1px #B4182D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4182D.
.textShadow {text-shadow: 3px 3px 1px #B4182D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4182D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4182D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4182D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4182D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4182D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4182D; -webkit-box-shadow: 1px 1px 3px 2px #B4182D; box-shadow: 1px 1px 3px 2px #B4182D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4182D; -webkit-box-shadow: 1px 1px 3px 2px #B4182D; box-shadow:1px 1px 3px 2px #B4182D;">
Div content here</div>
Dieser Text ist in der Farbe #B4182D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4182D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4182D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4182D.