Shades of Fire Brick #B32715
Tints of Fire Brick #B32715
RGB
CMYK
RGB Variations
Color information
#B32715 (or 0xB32715) is known color: Fire Brick. HEX triplet: B3, 27 and 15. RGB value is (179,39,21). Sum of RGB (Red+Green+Blue) = 179+39+21=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32715 is #4CD8EA. Grayscale: #4F4F4F. Windows color (decimal): -5036267 or 1386419. OLE color: 1386419.
HSL color Cylindrical-coordinate representation of color #B32715: hue angle of 6.84º degrees, saturation: 0.79, 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 #B32715 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 21 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.30 |
| HSL | 6.84º | 0.79% | 0.39% | - |
| HSV(B) | 6.84º | 0.88% | 0.7% | - |
| XYZ | 19.45 | 11.09 | 1.82 | - |
| YUV | 78.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 21 | 0 | 0.78 | 0.88 | 0.30 | 6.84 | 0.79 | 0.39 |
| Hex | B3 | 27 | 15 | 0 | 4E | 58 | 1E | 7 | 4F | 27 |
| Octal | 263 | 47 | 25 | 0 | 116 | 130 | 36 | 7 | 117 | 47 |
| Binary | 10110011 | 100111 | 10101 | 0 | 1001110 | 1011000 | 11110 | 111 | 1001111 | 100111 |
Color Harmonies of #B32715
Complementary color
Monochromatic Colors of #B32715
Black with #B32715
Text Example
Text Example
White with #B32715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32715; }
p { color: rgb(179,39,21); }
H1.HeaderClassName
{
color: #B32715;
}
.AnyTagClassName
{
color: #B32715;
}
</style>
background-color css
<style>
a { background-color: #B32715; }
a { background-color: rgb(179,39,21); }
div.DivClassName
{
background-color: #B32715;
}
.BgClassName
{
background-color: #B32715;
}
</style>
border-color css
<style>
span { border-color: #B32715; }
span { border-color: rgb(179,39,21); }
td.TdClassName
{
border-color: #B32715;
}
.TagClassName
{
border-color: #B32715;
}
</style>