Shades of Fire Brick #B32214
Tints of Fire Brick #B32214
RGB
CMYK
RGB Variations
Color information
#B32214 (or 0xB32214) is known color: Fire Brick. HEX triplet: B3, 22 and 14. RGB value is (179,34,20). Sum of RGB (Red+Green+Blue) = 179+34+20=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32214 is #4CDDEB. Grayscale: #4B4B4B. Windows color (decimal): -5037548 or 1319603. OLE color: 1319603.
HSL color Cylindrical-coordinate representation of color #B32214: hue angle of 5.28º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32214 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 20 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.30 |
| HSL | 5.28º | 0.8% | 0.39% | - |
| HSV(B) | 5.28º | 0.89% | 0.7% | - |
| XYZ | 19.29 | 10.78 | 1.73 | - |
| YUV | 75.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 20 | 0 | 0.81 | 0.89 | 0.30 | 5.28 | 0.8 | 0.39 |
| Hex | B3 | 22 | 14 | 0 | 51 | 59 | 1E | 5 | 50 | 27 |
| Octal | 263 | 42 | 24 | 0 | 121 | 131 | 36 | 5 | 120 | 47 |
| Binary | 10110011 | 100010 | 10100 | 0 | 1010001 | 1011001 | 11110 | 101 | 1010000 | 100111 |
Color Harmonies of #B32214
Complementary color
Monochromatic Colors of #B32214
Black with #B32214
Text Example
Text Example
White with #B32214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32214; }
p { color: rgb(179,34,20); }
H1.HeaderClassName
{
color: #B32214;
}
.AnyTagClassName
{
color: #B32214;
}
</style>
background-color css
<style>
a { background-color: #B32214; }
a { background-color: rgb(179,34,20); }
div.DivClassName
{
background-color: #B32214;
}
.BgClassName
{
background-color: #B32214;
}
</style>
border-color css
<style>
span { border-color: #B32214; }
span { border-color: rgb(179,34,20); }
td.TdClassName
{
border-color: #B32214;
}
.TagClassName
{
border-color: #B32214;
}
</style>