Shades of Fire Brick #B72C16
Tints of Fire Brick #B72C16
RGB
CMYK
RGB Variations
Color information
#B72C16 (or 0xB72C16) is known color: Fire Brick. HEX triplet: B7, 2C and 16. RGB value is (183,44,22). Sum of RGB (Red+Green+Blue) = 183+44+22=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C16 is #48D3E9. Grayscale: #535353. Windows color (decimal): -4772842 or 1453239. OLE color: 1453239.
HSL color Cylindrical-coordinate representation of color #B72C16: hue angle of 8.2º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B72C16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.28 |
| HSL | 8.2º | 0.79% | 0.4% | - |
| HSV(B) | 8.2º | 0.88% | 0.72% | - |
| XYZ | 20.57 | 11.93 | 1.98 | - |
| YUV | 83.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 22 | 0 | 0.76 | 0.88 | 0.28 | 8.2 | 0.79 | 0.4 |
| Hex | B7 | 2C | 16 | 0 | 4C | 58 | 1C | 8 | 4F | 28 |
| Octal | 267 | 54 | 26 | 0 | 114 | 130 | 34 | 10 | 117 | 50 |
| Binary | 10110111 | 101100 | 10110 | 0 | 1001100 | 1011000 | 11100 | 1000 | 1001111 | 101000 |
Color Harmonies of #B72C16
Complementary color
Monochromatic Colors of #B72C16
Black with #B72C16
Text Example
Text Example
White with #B72C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C16; }
p { color: rgb(183,44,22); }
H1.HeaderClassName
{
color: #B72C16;
}
.AnyTagClassName
{
color: #B72C16;
}
</style>
background-color css
<style>
a { background-color: #B72C16; }
a { background-color: rgb(183,44,22); }
div.DivClassName
{
background-color: #B72C16;
}
.BgClassName
{
background-color: #B72C16;
}
</style>
border-color css
<style>
span { border-color: #B72C16; }
span { border-color: rgb(183,44,22); }
td.TdClassName
{
border-color: #B72C16;
}
.TagClassName
{
border-color: #B72C16;
}
</style>