Shades of Fire Brick #B32A16
Tints of Fire Brick #B32A16
RGB
CMYK
RGB Variations
Color information
#B32A16 (or 0xB32A16) is known color: Fire Brick. HEX triplet: B3, 2A and 16. RGB value is (179,42,22). Sum of RGB (Red+Green+Blue) = 179+42+22=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A16 is #4CD5E9. Grayscale: #505050. Windows color (decimal): -5035498 or 1452723. OLE color: 1452723.
HSL color Cylindrical-coordinate representation of color #B32A16: hue angle of 7.64º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B32A16 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 22 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.30 |
| HSL | 7.64º | 0.78% | 0.39% | - |
| HSV(B) | 7.64º | 0.88% | 0.7% | - |
| XYZ | 19.56 | 11.3 | 1.91 | - |
| YUV | 80.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 22 | 0 | 0.77 | 0.88 | 0.30 | 7.64 | 0.78 | 0.39 |
| Hex | B3 | 2A | 16 | 0 | 4D | 58 | 1E | 8 | 4E | 27 |
| Octal | 263 | 52 | 26 | 0 | 115 | 130 | 36 | 10 | 116 | 47 |
| Binary | 10110011 | 101010 | 10110 | 0 | 1001101 | 1011000 | 11110 | 1000 | 1001110 | 100111 |
Color Harmonies of #B32A16
Complementary color
Monochromatic Colors of #B32A16
Black with #B32A16
Text Example
Text Example
White with #B32A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A16; }
p { color: rgb(179,42,22); }
H1.HeaderClassName
{
color: #B32A16;
}
.AnyTagClassName
{
color: #B32A16;
}
</style>
background-color css
<style>
a { background-color: #B32A16; }
a { background-color: rgb(179,42,22); }
div.DivClassName
{
background-color: #B32A16;
}
.BgClassName
{
background-color: #B32A16;
}
</style>
border-color css
<style>
span { border-color: #B32A16; }
span { border-color: rgb(179,42,22); }
td.TdClassName
{
border-color: #B32A16;
}
.TagClassName
{
border-color: #B32A16;
}
</style>