Shades of Fire Brick #BF2A24
Tints of Fire Brick #BF2A24
RGB
CMYK
RGB Variations
Color information
#BF2A24 (or 0xBF2A24) is known color: Fire Brick. HEX triplet: BF, 2A and 24. RGB value is (191,42,36). Sum of RGB (Red+Green+Blue) = 191+42+36=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A24 is #40D5DB. Grayscale: #565656. Windows color (decimal): -4249052 or 2370239. OLE color: 2370239.
HSL color Cylindrical-coordinate representation of color #BF2A24: hue angle of 2.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2A24 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 36 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.25 |
| HSL | 2.32º | 0.68% | 0.45% | - |
| HSV(B) | 2.32º | 0.81% | 0.75% | - |
| XYZ | 22.63 | 12.86 | 2.96 | - |
| YUV | 85.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 36 | 0 | 0.78 | 0.81 | 0.25 | 2.32 | 0.68 | 0.45 |
| Hex | BF | 2A | 24 | 0 | 4E | 51 | 19 | 2 | 44 | 2D |
| Octal | 277 | 52 | 44 | 0 | 116 | 121 | 31 | 2 | 104 | 55 |
| Binary | 10111111 | 101010 | 100100 | 0 | 1001110 | 1010001 | 11001 | 10 | 1000100 | 101101 |
Color Harmonies of #BF2A24
Complementary color
Monochromatic Colors of #BF2A24
Black with #BF2A24
Text Example
Text Example
White with #BF2A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A24; }
p { color: rgb(191,42,36); }
H1.HeaderClassName
{
color: #BF2A24;
}
.AnyTagClassName
{
color: #BF2A24;
}
</style>
background-color css
<style>
a { background-color: #BF2A24; }
a { background-color: rgb(191,42,36); }
div.DivClassName
{
background-color: #BF2A24;
}
.BgClassName
{
background-color: #BF2A24;
}
</style>
border-color css
<style>
span { border-color: #BF2A24; }
span { border-color: rgb(191,42,36); }
td.TdClassName
{
border-color: #BF2A24;
}
.TagClassName
{
border-color: #BF2A24;
}
</style>