Shades of Fire Brick #B32219
Tints of Fire Brick #B32219
RGB
CMYK
RGB Variations
Color information
#B32219 (or 0xB32219) is known color: Fire Brick. HEX triplet: B3, 22 and 19. RGB value is (179,34,25). Sum of RGB (Red+Green+Blue) = 179+34+25=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32219 is #4CDDE6. Grayscale: #4C4C4C. Windows color (decimal): -5037543 or 1647283. OLE color: 1647283.
HSL color Cylindrical-coordinate representation of color #B32219: hue angle of 3.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B32219 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 25 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.30 |
| HSL | 3.51º | 0.75% | 0.4% | - |
| HSV(B) | 3.51º | 0.86% | 0.7% | - |
| XYZ | 19.34 | 10.8 | 1.98 | - |
| YUV | 76.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 25 | 0 | 0.81 | 0.86 | 0.30 | 3.51 | 0.75 | 0.4 |
| Hex | B3 | 22 | 19 | 0 | 51 | 56 | 1E | 4 | 4B | 28 |
| Octal | 263 | 42 | 31 | 0 | 121 | 126 | 36 | 4 | 113 | 50 |
| Binary | 10110011 | 100010 | 11001 | 0 | 1010001 | 1010110 | 11110 | 100 | 1001011 | 101000 |
Color Harmonies of #B32219
Complementary color
Monochromatic Colors of #B32219
Black with #B32219
Text Example
Text Example
White with #B32219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32219; }
p { color: rgb(179,34,25); }
H1.HeaderClassName
{
color: #B32219;
}
.AnyTagClassName
{
color: #B32219;
}
</style>
background-color css
<style>
a { background-color: #B32219; }
a { background-color: rgb(179,34,25); }
div.DivClassName
{
background-color: #B32219;
}
.BgClassName
{
background-color: #B32219;
}
</style>
border-color css
<style>
span { border-color: #B32219; }
span { border-color: rgb(179,34,25); }
td.TdClassName
{
border-color: #B32219;
}
.TagClassName
{
border-color: #B32219;
}
</style>