Shades of Fire Brick #BF2A28
Tints of Fire Brick #BF2A28
RGB
CMYK
RGB Variations
Color information
#BF2A28 (or 0xBF2A28) is known color: Fire Brick. HEX triplet: BF, 2A and 28. RGB value is (191,42,40). Sum of RGB (Red+Green+Blue) = 191+42+40=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A28 is #40D5D7. Grayscale: #565656. Windows color (decimal): -4249048 or 2632383. OLE color: 2632383.
HSL color Cylindrical-coordinate representation of color #BF2A28: hue angle of 0.79º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2A28 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 40 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.25 |
| HSL | 0.79º | 0.65% | 0.45% | - |
| HSV(B) | 0.79º | 0.79% | 0.75% | - |
| XYZ | 22.7 | 12.89 | 3.3 | - |
| YUV | 86.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 40 | 0 | 0.78 | 0.79 | 0.25 | 0.79 | 0.65 | 0.45 |
| Hex | BF | 2A | 28 | 0 | 4E | 4F | 19 | 1 | 41 | 2D |
| Octal | 277 | 52 | 50 | 0 | 116 | 117 | 31 | 1 | 101 | 55 |
| Binary | 10111111 | 101010 | 101000 | 0 | 1001110 | 1001111 | 11001 | 1 | 1000001 | 101101 |
Color Harmonies of #BF2A28
Complementary color
Monochromatic Colors of #BF2A28
Black with #BF2A28
Text Example
Text Example
White with #BF2A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A28; }
p { color: rgb(191,42,40); }
H1.HeaderClassName
{
color: #BF2A28;
}
.AnyTagClassName
{
color: #BF2A28;
}
</style>
background-color css
<style>
a { background-color: #BF2A28; }
a { background-color: rgb(191,42,40); }
div.DivClassName
{
background-color: #BF2A28;
}
.BgClassName
{
background-color: #BF2A28;
}
</style>
border-color css
<style>
span { border-color: #BF2A28; }
span { border-color: rgb(191,42,40); }
td.TdClassName
{
border-color: #BF2A28;
}
.TagClassName
{
border-color: #BF2A28;
}
</style>