Shades of Fire Engine Red #BF092A
Tints of Fire Engine Red #BF092A
RGB
CMYK
RGB Variations
Color information
#BF092A (or 0xBF092A) is known color: Fire Engine Red. HEX triplet: BF, 09 and 2A. RGB value is (191,9,42). Sum of RGB (Red+Green+Blue) = 191+9+42=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF092A is #40F6D5. Grayscale: #434343. Windows color (decimal): -4257494 or 2755007. OLE color: 2755007.
HSL color Cylindrical-coordinate representation of color #BF092A: hue angle of 349.12º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF092A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 42 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.25 |
| HSL | 349.12º | 0.91% | 0.39% | - |
| HSV(B) | 349.12º | 0.95% | 0.75% | - |
| XYZ | 22 | 11.44 | 3.24 | - |
| YUV | 67.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 42 | 0 | 0.95 | 0.78 | 0.25 | 349.12 | 0.91 | 0.39 |
| Hex | BF | 9 | 2A | 0 | 5F | 4E | 19 | 15D | 5B | 27 |
| Octal | 277 | 11 | 52 | 0 | 137 | 116 | 31 | 535 | 133 | 47 |
| Binary | 10111111 | 1001 | 101010 | 0 | 1011111 | 1001110 | 11001 | 101011101 | 1011011 | 100111 |
Color Harmonies of #BF092A
Complementary color
Monochromatic Colors of #BF092A
Black with #BF092A
Text Example
Text Example
White with #BF092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF092A; }
p { color: rgb(191,9,42); }
H1.HeaderClassName
{
color: #BF092A;
}
.AnyTagClassName
{
color: #BF092A;
}
</style>
background-color css
<style>
a { background-color: #BF092A; }
a { background-color: rgb(191,9,42); }
div.DivClassName
{
background-color: #BF092A;
}
.BgClassName
{
background-color: #BF092A;
}
</style>
border-color css
<style>
span { border-color: #BF092A; }
span { border-color: rgb(191,9,42); }
td.TdClassName
{
border-color: #BF092A;
}
.TagClassName
{
border-color: #BF092A;
}
</style>