Shades of Fire Brick #B02D24
Tints of Fire Brick #B02D24
RGB
CMYK
RGB Variations
Color information
#B02D24 (or 0xB02D24) is known color: Fire Brick. HEX triplet: B0, 2D and 24. RGB value is (176,45,36). Sum of RGB (Red+Green+Blue) = 176+45+36=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D24 is #4FD2DB. Grayscale: #535353. Windows color (decimal): -5231324 or 2370992. OLE color: 2370992.
HSL color Cylindrical-coordinate representation of color #B02D24: hue angle of 3.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02D24 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 36 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.31 |
| HSL | 3.86º | 0.66% | 0.42% | - |
| HSV(B) | 3.86º | 0.8% | 0.69% | - |
| XYZ | 19.16 | 11.23 | 2.83 | - |
| YUV | 83.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 36 | 0 | 0.74 | 0.80 | 0.31 | 3.86 | 0.66 | 0.42 |
| Hex | B0 | 2D | 24 | 0 | 4A | 50 | 1F | 4 | 42 | 2A |
| Octal | 260 | 55 | 44 | 0 | 112 | 120 | 37 | 4 | 102 | 52 |
| Binary | 10110000 | 101101 | 100100 | 0 | 1001010 | 1010000 | 11111 | 100 | 1000010 | 101010 |
Color Harmonies of #B02D24
Complementary color
Monochromatic Colors of #B02D24
Black with #B02D24
Text Example
Text Example
White with #B02D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D24; }
p { color: rgb(176,45,36); }
H1.HeaderClassName
{
color: #B02D24;
}
.AnyTagClassName
{
color: #B02D24;
}
</style>
background-color css
<style>
a { background-color: #B02D24; }
a { background-color: rgb(176,45,36); }
div.DivClassName
{
background-color: #B02D24;
}
.BgClassName
{
background-color: #B02D24;
}
</style>
border-color css
<style>
span { border-color: #B02D24; }
span { border-color: rgb(176,45,36); }
td.TdClassName
{
border-color: #B02D24;
}
.TagClassName
{
border-color: #B02D24;
}
</style>