Shades of Fire Brick #BF2A1D
Tints of Fire Brick #BF2A1D
RGB
CMYK
RGB Variations
Color information
#BF2A1D (or 0xBF2A1D) is known color: Fire Brick. HEX triplet: BF, 2A and 1D. RGB value is (191,42,29). Sum of RGB (Red+Green+Blue) = 191+42+29=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A1D is #40D5E2. Grayscale: #555555. Windows color (decimal): -4249059 or 1911487. OLE color: 1911487.
HSL color Cylindrical-coordinate representation of color #BF2A1D: hue angle of 4.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF2A1D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 29 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.25 |
| HSL | 4.81º | 0.74% | 0.43% | - |
| HSV(B) | 4.81º | 0.85% | 0.75% | - |
| XYZ | 22.54 | 12.82 | 2.45 | - |
| YUV | 85.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 29 | 0 | 0.78 | 0.85 | 0.25 | 4.81 | 0.74 | 0.43 |
| Hex | BF | 2A | 1D | 0 | 4E | 55 | 19 | 5 | 4A | 2B |
| Octal | 277 | 52 | 35 | 0 | 116 | 125 | 31 | 5 | 112 | 53 |
| Binary | 10111111 | 101010 | 11101 | 0 | 1001110 | 1010101 | 11001 | 101 | 1001010 | 101011 |
Color Harmonies of #BF2A1D
Complementary color
Monochromatic Colors of #BF2A1D
Black with #BF2A1D
Text Example
Text Example
White with #BF2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A1D; }
p { color: rgb(191,42,29); }
H1.HeaderClassName
{
color: #BF2A1D;
}
.AnyTagClassName
{
color: #BF2A1D;
}
</style>
background-color css
<style>
a { background-color: #BF2A1D; }
a { background-color: rgb(191,42,29); }
div.DivClassName
{
background-color: #BF2A1D;
}
.BgClassName
{
background-color: #BF2A1D;
}
</style>
border-color css
<style>
span { border-color: #BF2A1D; }
span { border-color: rgb(191,42,29); }
td.TdClassName
{
border-color: #BF2A1D;
}
.TagClassName
{
border-color: #BF2A1D;
}
</style>