Shades of Fire Brick #B72320
Tints of Fire Brick #B72320
RGB
CMYK
RGB Variations
Color information
#B72320 (or 0xB72320) is known color: Fire Brick. HEX triplet: B7, 23 and 20. RGB value is (183,35,32). Sum of RGB (Red+Green+Blue) = 183+35+32=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B72320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72320 is #48DCDF. Grayscale: #4F4F4F. Windows color (decimal): -4775136 or 2106295. OLE color: 2106295.
HSL color Cylindrical-coordinate representation of color #B72320: hue angle of 1.19º 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 #B72320 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 32 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.28 |
| HSL | 1.19º | 0.7% | 0.42% | - |
| HSV(B) | 1.19º | 0.83% | 0.72% | - |
| XYZ | 20.39 | 11.37 | 2.49 | - |
| YUV | 78.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 32 | 0 | 0.81 | 0.83 | 0.28 | 1.19 | 0.7 | 0.42 |
| Hex | B7 | 23 | 20 | 0 | 51 | 53 | 1C | 1 | 46 | 2A |
| Octal | 267 | 43 | 40 | 0 | 121 | 123 | 34 | 1 | 106 | 52 |
| Binary | 10110111 | 100011 | 100000 | 0 | 1010001 | 1010011 | 11100 | 1 | 1000110 | 101010 |
Color Harmonies of #B72320
Complementary color
Monochromatic Colors of #B72320
Black with #B72320
Text Example
Text Example
White with #B72320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72320; }
p { color: rgb(183,35,32); }
H1.HeaderClassName
{
color: #B72320;
}
.AnyTagClassName
{
color: #B72320;
}
</style>
background-color css
<style>
a { background-color: #B72320; }
a { background-color: rgb(183,35,32); }
div.DivClassName
{
background-color: #B72320;
}
.BgClassName
{
background-color: #B72320;
}
</style>
border-color css
<style>
span { border-color: #B72320; }
span { border-color: rgb(183,35,32); }
td.TdClassName
{
border-color: #B72320;
}
.TagClassName
{
border-color: #B72320;
}
</style>