Shades of Fire Brick #B72D20
Tints of Fire Brick #B72D20
RGB
CMYK
RGB Variations
Color information
#B72D20 (or 0xB72D20) is known color: Fire Brick. HEX triplet: B7, 2D and 20. RGB value is (183,45,32). Sum of RGB (Red+Green+Blue) = 183+45+32=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D20 is #48D2DF. Grayscale: #545454. Windows color (decimal): -4772576 or 2108855. OLE color: 2108855.
HSL color Cylindrical-coordinate representation of color #B72D20: hue angle of 5.17º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72D20 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 32 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.28 |
| HSL | 5.17º | 0.7% | 0.42% | - |
| HSV(B) | 5.17º | 0.83% | 0.72% | - |
| XYZ | 20.73 | 12.05 | 2.6 | - |
| YUV | 84.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 32 | 0 | 0.75 | 0.83 | 0.28 | 5.17 | 0.7 | 0.42 |
| Hex | B7 | 2D | 20 | 0 | 4B | 53 | 1C | 5 | 46 | 2A |
| Octal | 267 | 55 | 40 | 0 | 113 | 123 | 34 | 5 | 106 | 52 |
| Binary | 10110111 | 101101 | 100000 | 0 | 1001011 | 1010011 | 11100 | 101 | 1000110 | 101010 |
Color Harmonies of #B72D20
Complementary color
Monochromatic Colors of #B72D20
Black with #B72D20
Text Example
Text Example
White with #B72D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D20; }
p { color: rgb(183,45,32); }
H1.HeaderClassName
{
color: #B72D20;
}
.AnyTagClassName
{
color: #B72D20;
}
</style>
background-color css
<style>
a { background-color: #B72D20; }
a { background-color: rgb(183,45,32); }
div.DivClassName
{
background-color: #B72D20;
}
.BgClassName
{
background-color: #B72D20;
}
</style>
border-color css
<style>
span { border-color: #B72D20; }
span { border-color: rgb(183,45,32); }
td.TdClassName
{
border-color: #B72D20;
}
.TagClassName
{
border-color: #B72D20;
}
</style>