Shades of Fire Engine Red #BF102A
Tints of Fire Engine Red #BF102A
RGB
CMYK
RGB Variations
Color information
#BF102A (or 0xBF102A) is known color: Fire Engine Red. HEX triplet: BF, 10 and 2A. RGB value is (191,16,42). Sum of RGB (Red+Green+Blue) = 191+16+42=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF102A is #40EFD5. Grayscale: #474747. Windows color (decimal): -4255702 or 2756799. OLE color: 2756799.
HSL color Cylindrical-coordinate representation of color #BF102A: hue angle of 351.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF102A is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 42 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.25 |
| HSL | 351.09º | 0.85% | 0.41% | - |
| HSV(B) | 351.09º | 0.92% | 0.75% | - |
| XYZ | 22.09 | 11.61 | 3.27 | - |
| YUV | 71.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 42 | 0 | 0.92 | 0.78 | 0.25 | 351.09 | 0.85 | 0.41 |
| Hex | BF | 10 | 2A | 0 | 5C | 4E | 19 | 15F | 55 | 29 |
| Octal | 277 | 20 | 52 | 0 | 134 | 116 | 31 | 537 | 125 | 51 |
| Binary | 10111111 | 10000 | 101010 | 0 | 1011100 | 1001110 | 11001 | 101011111 | 1010101 | 101001 |
Color Harmonies of #BF102A
Complementary color
Monochromatic Colors of #BF102A
Black with #BF102A
Text Example
Text Example
White with #BF102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF102A; }
p { color: rgb(191,16,42); }
H1.HeaderClassName
{
color: #BF102A;
}
.AnyTagClassName
{
color: #BF102A;
}
</style>
background-color css
<style>
a { background-color: #BF102A; }
a { background-color: rgb(191,16,42); }
div.DivClassName
{
background-color: #BF102A;
}
.BgClassName
{
background-color: #BF102A;
}
</style>
border-color css
<style>
span { border-color: #BF102A; }
span { border-color: rgb(191,16,42); }
td.TdClassName
{
border-color: #BF102A;
}
.TagClassName
{
border-color: #BF102A;
}
</style>