Shades of Fire Engine Red #BF132A
Tints of Fire Engine Red #BF132A
RGB
CMYK
RGB Variations
Color information
#BF132A (or 0xBF132A) is known color: Fire Engine Red. HEX triplet: BF, 13 and 2A. RGB value is (191,19,42). Sum of RGB (Red+Green+Blue) = 191+19+42=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF132A is #40ECD5. Grayscale: #494949. Windows color (decimal): -4254934 or 2757567. OLE color: 2757567.
HSL color Cylindrical-coordinate representation of color #BF132A: hue angle of 351.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF132A is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.25 |
| HSL | 351.98º | 0.82% | 0.41% | - |
| HSV(B) | 351.98º | 0.9% | 0.75% | - |
| XYZ | 22.14 | 11.71 | 3.28 | - |
| YUV | 73.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 42 | 0 | 0.90 | 0.78 | 0.25 | 351.98 | 0.82 | 0.41 |
| Hex | BF | 13 | 2A | 0 | 5A | 4E | 19 | 160 | 52 | 29 |
| Octal | 277 | 23 | 52 | 0 | 132 | 116 | 31 | 540 | 122 | 51 |
| Binary | 10111111 | 10011 | 101010 | 0 | 1011010 | 1001110 | 11001 | 101100000 | 1010010 | 101001 |
Color Harmonies of #BF132A
Complementary color
Monochromatic Colors of #BF132A
Black with #BF132A
Text Example
Text Example
White with #BF132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF132A; }
p { color: rgb(191,19,42); }
H1.HeaderClassName
{
color: #BF132A;
}
.AnyTagClassName
{
color: #BF132A;
}
</style>
background-color css
<style>
a { background-color: #BF132A; }
a { background-color: rgb(191,19,42); }
div.DivClassName
{
background-color: #BF132A;
}
.BgClassName
{
background-color: #BF132A;
}
</style>
border-color css
<style>
span { border-color: #BF132A; }
span { border-color: rgb(191,19,42); }
td.TdClassName
{
border-color: #BF132A;
}
.TagClassName
{
border-color: #BF132A;
}
</style>