Shades of Fire Brick #B32C21
Tints of Fire Brick #B32C21
RGB
CMYK
RGB Variations
Color information
#B32C21 (or 0xB32C21) is known color: Fire Brick. HEX triplet: B3, 2C and 21. RGB value is (179,44,33). Sum of RGB (Red+Green+Blue) = 179+44+33=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C21 is #4CD3DE. Grayscale: #535353. Windows color (decimal): -5034975 or 2174131. OLE color: 2174131.
HSL color Cylindrical-coordinate representation of color #B32C21: hue angle of 4.52º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32C21 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 33 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.30 |
| HSL | 4.52º | 0.69% | 0.42% | - |
| HSV(B) | 4.52º | 0.82% | 0.7% | - |
| XYZ | 19.77 | 11.49 | 2.62 | - |
| YUV | 83.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 33 | 0 | 0.75 | 0.82 | 0.30 | 4.52 | 0.69 | 0.42 |
| Hex | B3 | 2C | 21 | 0 | 4B | 52 | 1E | 5 | 45 | 2A |
| Octal | 263 | 54 | 41 | 0 | 113 | 122 | 36 | 5 | 105 | 52 |
| Binary | 10110011 | 101100 | 100001 | 0 | 1001011 | 1010010 | 11110 | 101 | 1000101 | 101010 |
Color Harmonies of #B32C21
Complementary color
Monochromatic Colors of #B32C21
Black with #B32C21
Text Example
Text Example
White with #B32C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C21; }
p { color: rgb(179,44,33); }
H1.HeaderClassName
{
color: #B32C21;
}
.AnyTagClassName
{
color: #B32C21;
}
</style>
background-color css
<style>
a { background-color: #B32C21; }
a { background-color: rgb(179,44,33); }
div.DivClassName
{
background-color: #B32C21;
}
.BgClassName
{
background-color: #B32C21;
}
</style>
border-color css
<style>
span { border-color: #B32C21; }
span { border-color: rgb(179,44,33); }
td.TdClassName
{
border-color: #B32C21;
}
.TagClassName
{
border-color: #B32C21;
}
</style>