Shades of Fire Brick #BF2A21
Tints of Fire Brick #BF2A21
RGB
CMYK
RGB Variations
Color information
#BF2A21 (or 0xBF2A21) is known color: Fire Brick. HEX triplet: BF, 2A and 21. RGB value is (191,42,33). Sum of RGB (Red+Green+Blue) = 191+42+33=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A21 is #40D5DE. Grayscale: #555555. Windows color (decimal): -4249055 or 2173631. OLE color: 2173631.
HSL color Cylindrical-coordinate representation of color #BF2A21: hue angle of 3.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2A21 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 33 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.25 |
| HSL | 3.42º | 0.71% | 0.44% | - |
| HSV(B) | 3.42º | 0.83% | 0.75% | - |
| XYZ | 22.59 | 12.84 | 2.73 | - |
| YUV | 85.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 33 | 0 | 0.78 | 0.83 | 0.25 | 3.42 | 0.71 | 0.44 |
| Hex | BF | 2A | 21 | 0 | 4E | 53 | 19 | 3 | 47 | 2C |
| Octal | 277 | 52 | 41 | 0 | 116 | 123 | 31 | 3 | 107 | 54 |
| Binary | 10111111 | 101010 | 100001 | 0 | 1001110 | 1010011 | 11001 | 11 | 1000111 | 101100 |
Color Harmonies of #BF2A21
Complementary color
Monochromatic Colors of #BF2A21
Black with #BF2A21
Text Example
Text Example
White with #BF2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A21; }
p { color: rgb(191,42,33); }
H1.HeaderClassName
{
color: #BF2A21;
}
.AnyTagClassName
{
color: #BF2A21;
}
</style>
background-color css
<style>
a { background-color: #BF2A21; }
a { background-color: rgb(191,42,33); }
div.DivClassName
{
background-color: #BF2A21;
}
.BgClassName
{
background-color: #BF2A21;
}
</style>
border-color css
<style>
span { border-color: #BF2A21; }
span { border-color: rgb(191,42,33); }
td.TdClassName
{
border-color: #BF2A21;
}
.TagClassName
{
border-color: #BF2A21;
}
</style>