Shades of Fire Brick #B72011
Tints of Fire Brick #B72011
RGB
CMYK
RGB Variations
Color information
#B72011 (or 0xB72011) is known color: Fire Brick. HEX triplet: B7, 20 and 11. RGB value is (183,32,17). Sum of RGB (Red+Green+Blue) = 183+32+17=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B72011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72011 is #48DFEE. Grayscale: #4B4B4B. Windows color (decimal): -4775919 or 1122487. OLE color: 1122487.
HSL color Cylindrical-coordinate representation of color #B72011: hue angle of 5.42º degrees, saturation: 0.83, 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 #B72011 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.28 |
| HSL | 5.42º | 0.83% | 0.39% | - |
| HSV(B) | 5.42º | 0.91% | 0.72% | - |
| XYZ | 20.15 | 11.14 | 1.62 | - |
| YUV | 75.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 17 | 0 | 0.83 | 0.91 | 0.28 | 5.42 | 0.83 | 0.39 |
| Hex | B7 | 20 | 11 | 0 | 53 | 5B | 1C | 5 | 53 | 27 |
| Octal | 267 | 40 | 21 | 0 | 123 | 133 | 34 | 5 | 123 | 47 |
| Binary | 10110111 | 100000 | 10001 | 0 | 1010011 | 1011011 | 11100 | 101 | 1010011 | 100111 |
Color Harmonies of #B72011
Complementary color
Monochromatic Colors of #B72011
Black with #B72011
Text Example
Text Example
White with #B72011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72011; }
p { color: rgb(183,32,17); }
H1.HeaderClassName
{
color: #B72011;
}
.AnyTagClassName
{
color: #B72011;
}
</style>
background-color css
<style>
a { background-color: #B72011; }
a { background-color: rgb(183,32,17); }
div.DivClassName
{
background-color: #B72011;
}
.BgClassName
{
background-color: #B72011;
}
</style>
border-color css
<style>
span { border-color: #B72011; }
span { border-color: rgb(183,32,17); }
td.TdClassName
{
border-color: #B72011;
}
.TagClassName
{
border-color: #B72011;
}
</style>