Shades of Fire Brick #BF2A23
Tints of Fire Brick #BF2A23
RGB
CMYK
RGB Variations
Color information
#BF2A23 (or 0xBF2A23) is known color: Fire Brick. HEX triplet: BF, 2A and 23. RGB value is (191,42,35). Sum of RGB (Red+Green+Blue) = 191+42+35=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A23 is #40D5DC. Grayscale: #555555. Windows color (decimal): -4249053 or 2304703. OLE color: 2304703.
HSL color Cylindrical-coordinate representation of color #BF2A23: hue angle of 2.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2A23 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 35 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.25 |
| HSL | 2.69º | 0.69% | 0.44% | - |
| HSV(B) | 2.69º | 0.82% | 0.75% | - |
| XYZ | 22.62 | 12.85 | 2.88 | - |
| YUV | 85.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 35 | 0 | 0.78 | 0.82 | 0.25 | 2.69 | 0.69 | 0.44 |
| Hex | BF | 2A | 23 | 0 | 4E | 52 | 19 | 3 | 45 | 2C |
| Octal | 277 | 52 | 43 | 0 | 116 | 122 | 31 | 3 | 105 | 54 |
| Binary | 10111111 | 101010 | 100011 | 0 | 1001110 | 1010010 | 11001 | 11 | 1000101 | 101100 |
Color Harmonies of #BF2A23
Complementary color
Monochromatic Colors of #BF2A23
Black with #BF2A23
Text Example
Text Example
White with #BF2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A23; }
p { color: rgb(191,42,35); }
H1.HeaderClassName
{
color: #BF2A23;
}
.AnyTagClassName
{
color: #BF2A23;
}
</style>
background-color css
<style>
a { background-color: #BF2A23; }
a { background-color: rgb(191,42,35); }
div.DivClassName
{
background-color: #BF2A23;
}
.BgClassName
{
background-color: #BF2A23;
}
</style>
border-color css
<style>
span { border-color: #BF2A23; }
span { border-color: rgb(191,42,35); }
td.TdClassName
{
border-color: #BF2A23;
}
.TagClassName
{
border-color: #BF2A23;
}
</style>