Shades of Fire Engine Red #BD1028
Tints of Fire Engine Red #BD1028
RGB
CMYK
RGB Variations
Color information
#BD1028 (or 0xBD1028) is known color: Fire Engine Red. HEX triplet: BD, 10 and 28. RGB value is (189,16,40). Sum of RGB (Red+Green+Blue) = 189+16+40=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1028 is #42EFD7. Grayscale: #464646. Windows color (decimal): -4386776 or 2625725. OLE color: 2625725.
HSL color Cylindrical-coordinate representation of color #BD1028: hue angle of 351.68º 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 #BD1028 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 40 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.26 |
| HSL | 351.68º | 0.84% | 0.4% | - |
| HSV(B) | 351.68º | 0.92% | 0.74% | - |
| XYZ | 21.55 | 11.34 | 3.06 | - |
| YUV | 70.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 40 | 0 | 0.92 | 0.79 | 0.26 | 351.68 | 0.84 | 0.4 |
| Hex | BD | 10 | 28 | 0 | 5C | 4F | 1A | 160 | 54 | 28 |
| Octal | 275 | 20 | 50 | 0 | 134 | 117 | 32 | 540 | 124 | 50 |
| Binary | 10111101 | 10000 | 101000 | 0 | 1011100 | 1001111 | 11010 | 101100000 | 1010100 | 101000 |
Color Harmonies of #BD1028
Complementary color
Monochromatic Colors of #BD1028
Black with #BD1028
Text Example
Text Example
White with #BD1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1028; }
p { color: rgb(189,16,40); }
H1.HeaderClassName
{
color: #BD1028;
}
.AnyTagClassName
{
color: #BD1028;
}
</style>
background-color css
<style>
a { background-color: #BD1028; }
a { background-color: rgb(189,16,40); }
div.DivClassName
{
background-color: #BD1028;
}
.BgClassName
{
background-color: #BD1028;
}
</style>
border-color css
<style>
span { border-color: #BD1028; }
span { border-color: rgb(189,16,40); }
td.TdClassName
{
border-color: #BD1028;
}
.TagClassName
{
border-color: #BD1028;
}
</style>