Shades of Fire Engine Red #BD1029
Tints of Fire Engine Red #BD1029
RGB
CMYK
RGB Variations
Color information
#BD1029 (or 0xBD1029) is known color: Fire Engine Red. HEX triplet: BD, 10 and 29. RGB value is (189,16,41). Sum of RGB (Red+Green+Blue) = 189+16+41=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1029 is #42EFD6. Grayscale: #464646. Windows color (decimal): -4386775 or 2691261. OLE color: 2691261.
HSL color Cylindrical-coordinate representation of color #BD1029: hue angle of 351.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1029 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 41 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.26 |
| HSL | 351.33º | 0.84% | 0.4% | - |
| HSV(B) | 351.33º | 0.92% | 0.74% | - |
| XYZ | 21.57 | 11.35 | 3.15 | - |
| YUV | 70.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 41 | 0 | 0.92 | 0.78 | 0.26 | 351.33 | 0.84 | 0.4 |
| Hex | BD | 10 | 29 | 0 | 5C | 4E | 1A | 15F | 54 | 28 |
| Octal | 275 | 20 | 51 | 0 | 134 | 116 | 32 | 537 | 124 | 50 |
| Binary | 10111101 | 10000 | 101001 | 0 | 1011100 | 1001110 | 11010 | 101011111 | 1010100 | 101000 |
Color Harmonies of #BD1029
Complementary color
Monochromatic Colors of #BD1029
Black with #BD1029
Text Example
Text Example
White with #BD1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1029; }
p { color: rgb(189,16,41); }
H1.HeaderClassName
{
color: #BD1029;
}
.AnyTagClassName
{
color: #BD1029;
}
</style>
background-color css
<style>
a { background-color: #BD1029; }
a { background-color: rgb(189,16,41); }
div.DivClassName
{
background-color: #BD1029;
}
.BgClassName
{
background-color: #BD1029;
}
</style>
border-color css
<style>
span { border-color: #BD1029; }
span { border-color: rgb(189,16,41); }
td.TdClassName
{
border-color: #BD1029;
}
.TagClassName
{
border-color: #BD1029;
}
</style>