Shades of Fire Brick #B32516
Tints of Fire Brick #B32516
RGB
CMYK
RGB Variations
Color information
#B32516 (or 0xB32516) is known color: Fire Brick. HEX triplet: B3, 25 and 16. RGB value is (179,37,22). Sum of RGB (Red+Green+Blue) = 179+37+22=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32516 is #4CDAE9. Grayscale: #4D4D4D. Windows color (decimal): -5036778 or 1451443. OLE color: 1451443.
HSL color Cylindrical-coordinate representation of color #B32516: hue angle of 5.73º 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 #B32516 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 22 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.30 |
| HSL | 5.73º | 0.78% | 0.39% | - |
| HSV(B) | 5.73º | 0.88% | 0.7% | - |
| XYZ | 19.4 | 10.96 | 1.85 | - |
| YUV | 77.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 22 | 0 | 0.79 | 0.88 | 0.30 | 5.73 | 0.78 | 0.39 |
| Hex | B3 | 25 | 16 | 0 | 4F | 58 | 1E | 6 | 4E | 27 |
| Octal | 263 | 45 | 26 | 0 | 117 | 130 | 36 | 6 | 116 | 47 |
| Binary | 10110011 | 100101 | 10110 | 0 | 1001111 | 1011000 | 11110 | 110 | 1001110 | 100111 |
Color Harmonies of #B32516
Complementary color
Monochromatic Colors of #B32516
Black with #B32516
Text Example
Text Example
White with #B32516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32516; }
p { color: rgb(179,37,22); }
H1.HeaderClassName
{
color: #B32516;
}
.AnyTagClassName
{
color: #B32516;
}
</style>
background-color css
<style>
a { background-color: #B32516; }
a { background-color: rgb(179,37,22); }
div.DivClassName
{
background-color: #B32516;
}
.BgClassName
{
background-color: #B32516;
}
</style>
border-color css
<style>
span { border-color: #B32516; }
span { border-color: rgb(179,37,22); }
td.TdClassName
{
border-color: #B32516;
}
.TagClassName
{
border-color: #B32516;
}
</style>