Shades of Fire Engine Red #BD092B
Tints of Fire Engine Red #BD092B
RGB
CMYK
RGB Variations
Color information
#BD092B (or 0xBD092B) is known color: Fire Engine Red. HEX triplet: BD, 09 and 2B. RGB value is (189,9,43). Sum of RGB (Red+Green+Blue) = 189+9+43=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD092B is #42F6D4. Grayscale: #424242. Windows color (decimal): -4388565 or 2820541. OLE color: 2820541.
HSL color Cylindrical-coordinate representation of color #BD092B: hue angle of 348.67º degrees, saturation: 0.91, 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 #BD092B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.26 |
| HSL | 348.67º | 0.91% | 0.39% | - |
| HSV(B) | 348.67º | 0.95% | 0.74% | - |
| XYZ | 21.52 | 11.19 | 3.31 | - |
| YUV | 66.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 43 | 0 | 0.95 | 0.77 | 0.26 | 348.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 2B | 0 | 5F | 4D | 1A | 15D | 5B | 27 |
| Octal | 275 | 11 | 53 | 0 | 137 | 115 | 32 | 535 | 133 | 47 |
| Binary | 10111101 | 1001 | 101011 | 0 | 1011111 | 1001101 | 11010 | 101011101 | 1011011 | 100111 |
Color Harmonies of #BD092B
Complementary color
Monochromatic Colors of #BD092B
Black with #BD092B
Text Example
Text Example
White with #BD092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD092B; }
p { color: rgb(189,9,43); }
H1.HeaderClassName
{
color: #BD092B;
}
.AnyTagClassName
{
color: #BD092B;
}
</style>
background-color css
<style>
a { background-color: #BD092B; }
a { background-color: rgb(189,9,43); }
div.DivClassName
{
background-color: #BD092B;
}
.BgClassName
{
background-color: #BD092B;
}
</style>
border-color css
<style>
span { border-color: #BD092B; }
span { border-color: rgb(189,9,43); }
td.TdClassName
{
border-color: #BD092B;
}
.TagClassName
{
border-color: #BD092B;
}
</style>