Shades of Fire Engine Red #B8181E
Tints of Fire Engine Red #B8181E
RGB
CMYK
RGB Variations
Color information
#B8181E (or 0xB8181E) is known color: Fire Engine Red. HEX triplet: B8, 18 and 1E. RGB value is (184,24,30). Sum of RGB (Red+Green+Blue) = 184+24+30=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B8181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8181E is #47E7E1. Grayscale: #484848. Windows color (decimal): -4712418 or 1972408. OLE color: 1972408.
HSL color Cylindrical-coordinate representation of color #B8181E: hue angle of 357.75º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8181E is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 30 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.28 |
| HSL | 357.75º | 0.77% | 0.41% | - |
| HSV(B) | 357.75º | 0.87% | 0.72% | - |
| XYZ | 20.33 | 10.94 | 2.27 | - |
| YUV | 72.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 30 | 0 | 0.87 | 0.84 | 0.28 | 357.75 | 0.77 | 0.41 |
| Hex | B8 | 18 | 1E | 0 | 57 | 54 | 1C | 166 | 4D | 29 |
| Octal | 270 | 30 | 36 | 0 | 127 | 124 | 34 | 546 | 115 | 51 |
| Binary | 10111000 | 11000 | 11110 | 0 | 1010111 | 1010100 | 11100 | 101100110 | 1001101 | 101001 |
Color Harmonies of #B8181E
Complementary color
Monochromatic Colors of #B8181E
Black with #B8181E
Text Example
Text Example
White with #B8181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8181E; }
p { color: rgb(184,24,30); }
H1.HeaderClassName
{
color: #B8181E;
}
.AnyTagClassName
{
color: #B8181E;
}
</style>
background-color css
<style>
a { background-color: #B8181E; }
a { background-color: rgb(184,24,30); }
div.DivClassName
{
background-color: #B8181E;
}
.BgClassName
{
background-color: #B8181E;
}
</style>
border-color css
<style>
span { border-color: #B8181E; }
span { border-color: rgb(184,24,30); }
td.TdClassName
{
border-color: #B8181E;
}
.TagClassName
{
border-color: #B8181E;
}
</style>