Shades of Fire Engine Red #BD181B
Tints of Fire Engine Red #BD181B
RGB
CMYK
RGB Variations
Color information
#BD181B (or 0xBD181B) is known color: Fire Engine Red. HEX triplet: BD, 18 and 1B. RGB value is (189,24,27). Sum of RGB (Red+Green+Blue) = 189+24+27=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD181B is #42E7E4. Grayscale: #494949. Windows color (decimal): -4384741 or 1775805. OLE color: 1775805.
HSL color Cylindrical-coordinate representation of color #BD181B: hue angle of 358.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD181B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 27 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.26 |
| HSL | 358.91º | 0.77% | 0.42% | - |
| HSV(B) | 358.91º | 0.87% | 0.74% | - |
| XYZ | 21.51 | 11.55 | 2.13 | - |
| YUV | 73.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 27 | 0 | 0.87 | 0.86 | 0.26 | 358.91 | 0.77 | 0.42 |
| Hex | BD | 18 | 1B | 0 | 57 | 56 | 1A | 167 | 4D | 2A |
| Octal | 275 | 30 | 33 | 0 | 127 | 126 | 32 | 547 | 115 | 52 |
| Binary | 10111101 | 11000 | 11011 | 0 | 1010111 | 1010110 | 11010 | 101100111 | 1001101 | 101010 |
Color Harmonies of #BD181B
Complementary color
Monochromatic Colors of #BD181B
Black with #BD181B
Text Example
Text Example
White with #BD181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD181B; }
p { color: rgb(189,24,27); }
H1.HeaderClassName
{
color: #BD181B;
}
.AnyTagClassName
{
color: #BD181B;
}
</style>
background-color css
<style>
a { background-color: #BD181B; }
a { background-color: rgb(189,24,27); }
div.DivClassName
{
background-color: #BD181B;
}
.BgClassName
{
background-color: #BD181B;
}
</style>
border-color css
<style>
span { border-color: #BD181B; }
span { border-color: rgb(189,24,27); }
td.TdClassName
{
border-color: #BD181B;
}
.TagClassName
{
border-color: #BD181B;
}
</style>