Shades of Fire Engine Red #BD0A2B
Tints of Fire Engine Red #BD0A2B
RGB
CMYK
RGB Variations
Color information
#BD0A2B (or 0xBD0A2B) is known color: Fire Engine Red. HEX triplet: BD, 0A and 2B. RGB value is (189,10,43). Sum of RGB (Red+Green+Blue) = 189+10+43=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A2B is #42F5D4. Grayscale: #434343. Windows color (decimal): -4388309 or 2820797. OLE color: 2820797.
HSL color Cylindrical-coordinate representation of color #BD0A2B: hue angle of 348.94º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.26 |
| HSL | 348.94º | 0.9% | 0.39% | - |
| HSV(B) | 348.94º | 0.95% | 0.74% | - |
| XYZ | 21.53 | 11.21 | 3.31 | - |
| YUV | 67.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 43 | 0 | 0.95 | 0.77 | 0.26 | 348.94 | 0.9 | 0.39 |
| Hex | BD | A | 2B | 0 | 5F | 4D | 1A | 15D | 5A | 27 |
| Octal | 275 | 12 | 53 | 0 | 137 | 115 | 32 | 535 | 132 | 47 |
| Binary | 10111101 | 1010 | 101011 | 0 | 1011111 | 1001101 | 11010 | 101011101 | 1011010 | 100111 |
Color Harmonies of #BD0A2B
Complementary color
Monochromatic Colors of #BD0A2B
Black with #BD0A2B
Text Example
Text Example
White with #BD0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A2B; }
p { color: rgb(189,10,43); }
H1.HeaderClassName
{
color: #BD0A2B;
}
.AnyTagClassName
{
color: #BD0A2B;
}
</style>
background-color css
<style>
a { background-color: #BD0A2B; }
a { background-color: rgb(189,10,43); }
div.DivClassName
{
background-color: #BD0A2B;
}
.BgClassName
{
background-color: #BD0A2B;
}
</style>
border-color css
<style>
span { border-color: #BD0A2B; }
span { border-color: rgb(189,10,43); }
td.TdClassName
{
border-color: #BD0A2B;
}
.TagClassName
{
border-color: #BD0A2B;
}
</style>