Shades of Fire Brick #B32814
Tints of Fire Brick #B32814
RGB
CMYK
RGB Variations
Color information
#B32814 (or 0xB32814) is known color: Fire Brick. HEX triplet: B3, 28 and 14. RGB value is (179,40,20). Sum of RGB (Red+Green+Blue) = 179+40+20=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32814 is #4CD7EB. Grayscale: #4F4F4F. Windows color (decimal): -5036012 or 1321139. OLE color: 1321139.
HSL color Cylindrical-coordinate representation of color #B32814: hue angle of 7.55º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32814 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 20 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.30 |
| HSL | 7.55º | 0.8% | 0.39% | - |
| HSV(B) | 7.55º | 0.89% | 0.7% | - |
| XYZ | 19.48 | 11.15 | 1.79 | - |
| YUV | 79.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 20 | 0 | 0.78 | 0.89 | 0.30 | 7.55 | 0.8 | 0.39 |
| Hex | B3 | 28 | 14 | 0 | 4E | 59 | 1E | 8 | 50 | 27 |
| Octal | 263 | 50 | 24 | 0 | 116 | 131 | 36 | 10 | 120 | 47 |
| Binary | 10110011 | 101000 | 10100 | 0 | 1001110 | 1011001 | 11110 | 1000 | 1010000 | 100111 |
Color Harmonies of #B32814
Complementary color
Monochromatic Colors of #B32814
Black with #B32814
Text Example
Text Example
White with #B32814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32814; }
p { color: rgb(179,40,20); }
H1.HeaderClassName
{
color: #B32814;
}
.AnyTagClassName
{
color: #B32814;
}
</style>
background-color css
<style>
a { background-color: #B32814; }
a { background-color: rgb(179,40,20); }
div.DivClassName
{
background-color: #B32814;
}
.BgClassName
{
background-color: #B32814;
}
</style>
border-color css
<style>
span { border-color: #B32814; }
span { border-color: rgb(179,40,20); }
td.TdClassName
{
border-color: #B32814;
}
.TagClassName
{
border-color: #B32814;
}
</style>