Shades of Fire Brick #B32C17
Tints of Fire Brick #B32C17
RGB
CMYK
RGB Variations
Color information
#B32C17 (or 0xB32C17) is known color: Fire Brick. HEX triplet: B3, 2C and 17. RGB value is (179,44,23). Sum of RGB (Red+Green+Blue) = 179+44+23=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C17 is #4CD3E8. Grayscale: #525252. Windows color (decimal): -5034985 or 1518771. OLE color: 1518771.
HSL color Cylindrical-coordinate representation of color #B32C17: hue angle of 8.08º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B32C17 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 23 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.30 |
| HSL | 8.08º | 0.77% | 0.4% | - |
| HSV(B) | 8.08º | 0.87% | 0.7% | - |
| XYZ | 19.65 | 11.45 | 1.98 | - |
| YUV | 81.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 23 | 0 | 0.75 | 0.87 | 0.30 | 8.08 | 0.77 | 0.4 |
| Hex | B3 | 2C | 17 | 0 | 4B | 57 | 1E | 8 | 4D | 28 |
| Octal | 263 | 54 | 27 | 0 | 113 | 127 | 36 | 10 | 115 | 50 |
| Binary | 10110011 | 101100 | 10111 | 0 | 1001011 | 1010111 | 11110 | 1000 | 1001101 | 101000 |
Color Harmonies of #B32C17
Complementary color
Monochromatic Colors of #B32C17
Black with #B32C17
Text Example
Text Example
White with #B32C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C17; }
p { color: rgb(179,44,23); }
H1.HeaderClassName
{
color: #B32C17;
}
.AnyTagClassName
{
color: #B32C17;
}
</style>
background-color css
<style>
a { background-color: #B32C17; }
a { background-color: rgb(179,44,23); }
div.DivClassName
{
background-color: #B32C17;
}
.BgClassName
{
background-color: #B32C17;
}
</style>
border-color css
<style>
span { border-color: #B32C17; }
span { border-color: rgb(179,44,23); }
td.TdClassName
{
border-color: #B32C17;
}
.TagClassName
{
border-color: #B32C17;
}
</style>