Shades of Fire Brick #B72012
Tints of Fire Brick #B72012
RGB
CMYK
RGB Variations
Color information
#B72012 (or 0xB72012) is known color: Fire Brick. HEX triplet: B7, 20 and 12. RGB value is (183,32,18). Sum of RGB (Red+Green+Blue) = 183+32+18=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B72012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72012 is #48DFED. Grayscale: #4B4B4B. Windows color (decimal): -4775918 or 1188023. OLE color: 1188023.
HSL color Cylindrical-coordinate representation of color #B72012: hue angle of 5.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72012 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 18 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.28 |
| HSL | 5.09º | 0.82% | 0.39% | - |
| HSV(B) | 5.09º | 0.9% | 0.72% | - |
| XYZ | 20.15 | 11.14 | 1.66 | - |
| YUV | 75.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 18 | 0 | 0.83 | 0.90 | 0.28 | 5.09 | 0.82 | 0.39 |
| Hex | B7 | 20 | 12 | 0 | 53 | 5A | 1C | 5 | 52 | 27 |
| Octal | 267 | 40 | 22 | 0 | 123 | 132 | 34 | 5 | 122 | 47 |
| Binary | 10110111 | 100000 | 10010 | 0 | 1010011 | 1011010 | 11100 | 101 | 1010010 | 100111 |
Color Harmonies of #B72012
Complementary color
Monochromatic Colors of #B72012
Black with #B72012
Text Example
Text Example
White with #B72012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72012; }
p { color: rgb(183,32,18); }
H1.HeaderClassName
{
color: #B72012;
}
.AnyTagClassName
{
color: #B72012;
}
</style>
background-color css
<style>
a { background-color: #B72012; }
a { background-color: rgb(183,32,18); }
div.DivClassName
{
background-color: #B72012;
}
.BgClassName
{
background-color: #B72012;
}
</style>
border-color css
<style>
span { border-color: #B72012; }
span { border-color: rgb(183,32,18); }
td.TdClassName
{
border-color: #B72012;
}
.TagClassName
{
border-color: #B72012;
}
</style>