Shades of Fire Brick #B32B24
Tints of Fire Brick #B32B24
RGB
CMYK
RGB Variations
Color information
#B32B24 (or 0xB32B24) is known color: Fire Brick. HEX triplet: B3, 2B and 24. RGB value is (179,43,36). Sum of RGB (Red+Green+Blue) = 179+43+36=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B24 is #4CD4DB. Grayscale: #535353. Windows color (decimal): -5035228 or 2370483. OLE color: 2370483.
HSL color Cylindrical-coordinate representation of color #B32B24: hue angle of 2.94º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32B24 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 36 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.30 |
| HSL | 2.94º | 0.67% | 0.42% | - |
| HSV(B) | 2.94º | 0.8% | 0.7% | - |
| XYZ | 19.77 | 11.44 | 2.83 | - |
| YUV | 82.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 36 | 0 | 0.76 | 0.80 | 0.30 | 2.94 | 0.67 | 0.42 |
| Hex | B3 | 2B | 24 | 0 | 4C | 50 | 1E | 3 | 43 | 2A |
| Octal | 263 | 53 | 44 | 0 | 114 | 120 | 36 | 3 | 103 | 52 |
| Binary | 10110011 | 101011 | 100100 | 0 | 1001100 | 1010000 | 11110 | 11 | 1000011 | 101010 |
Color Harmonies of #B32B24
Complementary color
Monochromatic Colors of #B32B24
Black with #B32B24
Text Example
Text Example
White with #B32B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B24; }
p { color: rgb(179,43,36); }
H1.HeaderClassName
{
color: #B32B24;
}
.AnyTagClassName
{
color: #B32B24;
}
</style>
background-color css
<style>
a { background-color: #B32B24; }
a { background-color: rgb(179,43,36); }
div.DivClassName
{
background-color: #B32B24;
}
.BgClassName
{
background-color: #B32B24;
}
</style>
border-color css
<style>
span { border-color: #B32B24; }
span { border-color: rgb(179,43,36); }
td.TdClassName
{
border-color: #B32B24;
}
.TagClassName
{
border-color: #B32B24;
}
</style>