Shades of Fire Brick #B72214
Tints of Fire Brick #B72214
RGB
CMYK
RGB Variations
Color information
#B72214 (or 0xB72214) is known color: Fire Brick. HEX triplet: B7, 22 and 14. RGB value is (183,34,20). Sum of RGB (Red+Green+Blue) = 183+34+20=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72214 is #48DDEB. Grayscale: #4D4D4D. Windows color (decimal): -4775404 or 1319607. OLE color: 1319607.
HSL color Cylindrical-coordinate representation of color #B72214: hue angle of 5.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B72214 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 20 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.28 |
| HSL | 5.15º | 0.8% | 0.4% | - |
| HSV(B) | 5.15º | 0.89% | 0.72% | - |
| XYZ | 20.23 | 11.26 | 1.77 | - |
| YUV | 76.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 20 | 0 | 0.81 | 0.89 | 0.28 | 5.15 | 0.8 | 0.4 |
| Hex | B7 | 22 | 14 | 0 | 51 | 59 | 1C | 5 | 50 | 28 |
| Octal | 267 | 42 | 24 | 0 | 121 | 131 | 34 | 5 | 120 | 50 |
| Binary | 10110111 | 100010 | 10100 | 0 | 1010001 | 1011001 | 11100 | 101 | 1010000 | 101000 |
Color Harmonies of #B72214
Complementary color
Monochromatic Colors of #B72214
Black with #B72214
Text Example
Text Example
White with #B72214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72214; }
p { color: rgb(183,34,20); }
H1.HeaderClassName
{
color: #B72214;
}
.AnyTagClassName
{
color: #B72214;
}
</style>
background-color css
<style>
a { background-color: #B72214; }
a { background-color: rgb(183,34,20); }
div.DivClassName
{
background-color: #B72214;
}
.BgClassName
{
background-color: #B72214;
}
</style>
border-color css
<style>
span { border-color: #B72214; }
span { border-color: rgb(183,34,20); }
td.TdClassName
{
border-color: #B72214;
}
.TagClassName
{
border-color: #B72214;
}
</style>