Shades of Fire Brick #B32812
Tints of Fire Brick #B32812
RGB
CMYK
RGB Variations
Color information
#B32812 (or 0xB32812) is known color: Fire Brick. HEX triplet: B3, 28 and 12. RGB value is (179,40,18). Sum of RGB (Red+Green+Blue) = 179+40+18=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32812 is #4CD7ED. Grayscale: #4F4F4F. Windows color (decimal): -5036014 or 1190067. OLE color: 1190067.
HSL color Cylindrical-coordinate representation of color #B32812: hue angle of 8.2º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B32812 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.30 |
| HSL | 8.2º | 0.82% | 0.39% | - |
| HSV(B) | 8.2º | 0.9% | 0.7% | - |
| XYZ | 19.46 | 11.14 | 1.7 | - |
| YUV | 79.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 18 | 0 | 0.78 | 0.90 | 0.30 | 8.2 | 0.82 | 0.39 |
| Hex | B3 | 28 | 12 | 0 | 4E | 5A | 1E | 8 | 52 | 27 |
| Octal | 263 | 50 | 22 | 0 | 116 | 132 | 36 | 10 | 122 | 47 |
| Binary | 10110011 | 101000 | 10010 | 0 | 1001110 | 1011010 | 11110 | 1000 | 1010010 | 100111 |
Color Harmonies of #B32812
Complementary color
Monochromatic Colors of #B32812
Black with #B32812
Text Example
Text Example
White with #B32812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32812; }
p { color: rgb(179,40,18); }
H1.HeaderClassName
{
color: #B32812;
}
.AnyTagClassName
{
color: #B32812;
}
</style>
background-color css
<style>
a { background-color: #B32812; }
a { background-color: rgb(179,40,18); }
div.DivClassName
{
background-color: #B32812;
}
.BgClassName
{
background-color: #B32812;
}
</style>
border-color css
<style>
span { border-color: #B32812; }
span { border-color: rgb(179,40,18); }
td.TdClassName
{
border-color: #B32812;
}
.TagClassName
{
border-color: #B32812;
}
</style>