Shades of Fire Brick #B72010
Tints of Fire Brick #B72010
RGB
CMYK
RGB Variations
Color information
#B72010 (or 0xB72010) is known color: Fire Brick. HEX triplet: B7, 20 and 10. RGB value is (183,32,16). Sum of RGB (Red+Green+Blue) = 183+32+16=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B72010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72010 is #48DFEF. Grayscale: #4B4B4B. Windows color (decimal): -4775920 or 1056951. OLE color: 1056951.
HSL color Cylindrical-coordinate representation of color #B72010: hue angle of 5.75º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72010 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 16 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.28 |
| HSL | 5.75º | 0.84% | 0.39% | - |
| HSV(B) | 5.75º | 0.91% | 0.72% | - |
| XYZ | 20.14 | 11.14 | 1.58 | - |
| YUV | 75.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 16 | 0 | 0.83 | 0.91 | 0.28 | 5.75 | 0.84 | 0.39 |
| Hex | B7 | 20 | 10 | 0 | 53 | 5B | 1C | 6 | 54 | 27 |
| Octal | 267 | 40 | 20 | 0 | 123 | 133 | 34 | 6 | 124 | 47 |
| Binary | 10110111 | 100000 | 10000 | 0 | 1010011 | 1011011 | 11100 | 110 | 1010100 | 100111 |
Color Harmonies of #B72010
Complementary color
Monochromatic Colors of #B72010
Black with #B72010
Text Example
Text Example
White with #B72010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72010; }
p { color: rgb(183,32,16); }
H1.HeaderClassName
{
color: #B72010;
}
.AnyTagClassName
{
color: #B72010;
}
</style>
background-color css
<style>
a { background-color: #B72010; }
a { background-color: rgb(183,32,16); }
div.DivClassName
{
background-color: #B72010;
}
.BgClassName
{
background-color: #B72010;
}
</style>
border-color css
<style>
span { border-color: #B72010; }
span { border-color: rgb(183,32,16); }
td.TdClassName
{
border-color: #B72010;
}
.TagClassName
{
border-color: #B72010;
}
</style>