Shades of Fire Brick #B32316
Tints of Fire Brick #B32316
RGB
CMYK
RGB Variations
Color information
#B32316 (or 0xB32316) is known color: Fire Brick. HEX triplet: B3, 23 and 16. RGB value is (179,35,22). Sum of RGB (Red+Green+Blue) = 179+35+22=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B32316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32316 is #4CDCE9. Grayscale: #4C4C4C. Windows color (decimal): -5037290 or 1450931. OLE color: 1450931.
HSL color Cylindrical-coordinate representation of color #B32316: hue angle of 4.97º 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 #B32316 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 22 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.30 |
| HSL | 4.97º | 0.78% | 0.39% | - |
| HSV(B) | 4.97º | 0.88% | 0.7% | - |
| XYZ | 19.34 | 10.84 | 1.83 | - |
| YUV | 76.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 22 | 0 | 0.80 | 0.88 | 0.30 | 4.97 | 0.78 | 0.39 |
| Hex | B3 | 23 | 16 | 0 | 50 | 58 | 1E | 5 | 4E | 27 |
| Octal | 263 | 43 | 26 | 0 | 120 | 130 | 36 | 5 | 116 | 47 |
| Binary | 10110011 | 100011 | 10110 | 0 | 1010000 | 1011000 | 11110 | 101 | 1001110 | 100111 |
Color Harmonies of #B32316
Complementary color
Monochromatic Colors of #B32316
Black with #B32316
Text Example
Text Example
White with #B32316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32316; }
p { color: rgb(179,35,22); }
H1.HeaderClassName
{
color: #B32316;
}
.AnyTagClassName
{
color: #B32316;
}
</style>
background-color css
<style>
a { background-color: #B32316; }
a { background-color: rgb(179,35,22); }
div.DivClassName
{
background-color: #B32316;
}
.BgClassName
{
background-color: #B32316;
}
</style>
border-color css
<style>
span { border-color: #B32316; }
span { border-color: rgb(179,35,22); }
td.TdClassName
{
border-color: #B32316;
}
.TagClassName
{
border-color: #B32316;
}
</style>