Shades of Fire Brick #B02F1D
Tints of Fire Brick #B02F1D
RGB
CMYK
RGB Variations
Color information
#B02F1D (or 0xB02F1D) is known color: Fire Brick. HEX triplet: B0, 2F and 1D. RGB value is (176,47,29). Sum of RGB (Red+Green+Blue) = 176+47+29=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F1D is #4FD0E2. Grayscale: #535353. Windows color (decimal): -5230819 or 1912752. OLE color: 1912752.
HSL color Cylindrical-coordinate representation of color #B02F1D: hue angle of 7.35º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B02F1D is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 29 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.31 |
| HSL | 7.35º | 0.72% | 0.4% | - |
| HSV(B) | 7.35º | 0.84% | 0.69% | - |
| XYZ | 19.14 | 11.35 | 2.34 | - |
| YUV | 83.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 29 | 0 | 0.73 | 0.84 | 0.31 | 7.35 | 0.72 | 0.4 |
| Hex | B0 | 2F | 1D | 0 | 49 | 54 | 1F | 7 | 48 | 28 |
| Octal | 260 | 57 | 35 | 0 | 111 | 124 | 37 | 7 | 110 | 50 |
| Binary | 10110000 | 101111 | 11101 | 0 | 1001001 | 1010100 | 11111 | 111 | 1001000 | 101000 |
Color Harmonies of #B02F1D
Complementary color
Monochromatic Colors of #B02F1D
Black with #B02F1D
Text Example
Text Example
White with #B02F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02F1D; }
p { color: rgb(176,47,29); }
H1.HeaderClassName
{
color: #B02F1D;
}
.AnyTagClassName
{
color: #B02F1D;
}
</style>
background-color css
<style>
a { background-color: #B02F1D; }
a { background-color: rgb(176,47,29); }
div.DivClassName
{
background-color: #B02F1D;
}
.BgClassName
{
background-color: #B02F1D;
}
</style>
border-color css
<style>
span { border-color: #B02F1D; }
span { border-color: rgb(176,47,29); }
td.TdClassName
{
border-color: #B02F1D;
}
.TagClassName
{
border-color: #B02F1D;
}
</style>