Shades of Fire Brick #B72013
Tints of Fire Brick #B72013
RGB
CMYK
RGB Variations
Color information
#B72013 (or 0xB72013) is known color: Fire Brick. HEX triplet: B7, 20 and 13. RGB value is (183,32,19). Sum of RGB (Red+Green+Blue) = 183+32+19=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B72013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72013 is #48DFEC. Grayscale: #4B4B4B. Windows color (decimal): -4775917 or 1253559. OLE color: 1253559.
HSL color Cylindrical-coordinate representation of color #B72013: hue angle of 4.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72013 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.28 |
| HSL | 4.76º | 0.81% | 0.4% | - |
| HSV(B) | 4.76º | 0.9% | 0.72% | - |
| XYZ | 20.16 | 11.15 | 1.71 | - |
| YUV | 75.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 19 | 0 | 0.83 | 0.90 | 0.28 | 4.76 | 0.81 | 0.4 |
| Hex | B7 | 20 | 13 | 0 | 53 | 5A | 1C | 5 | 51 | 28 |
| Octal | 267 | 40 | 23 | 0 | 123 | 132 | 34 | 5 | 121 | 50 |
| Binary | 10110111 | 100000 | 10011 | 0 | 1010011 | 1011010 | 11100 | 101 | 1010001 | 101000 |
Color Harmonies of #B72013
Complementary color
Monochromatic Colors of #B72013
Black with #B72013
Text Example
Text Example
White with #B72013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72013; }
p { color: rgb(183,32,19); }
H1.HeaderClassName
{
color: #B72013;
}
.AnyTagClassName
{
color: #B72013;
}
</style>
background-color css
<style>
a { background-color: #B72013; }
a { background-color: rgb(183,32,19); }
div.DivClassName
{
background-color: #B72013;
}
.BgClassName
{
background-color: #B72013;
}
</style>
border-color css
<style>
span { border-color: #B72013; }
span { border-color: rgb(183,32,19); }
td.TdClassName
{
border-color: #B72013;
}
.TagClassName
{
border-color: #B72013;
}
</style>