Shades of Fire Brick #B71612
Tints of Fire Brick #B71612
RGB
CMYK
RGB Variations
Color information
#B71612 (or 0xB71612) is known color: Fire Brick. HEX triplet: B7, 16 and 12. RGB value is (183,22,18). Sum of RGB (Red+Green+Blue) = 183+22+18=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B71612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71612 is #48E9ED. Grayscale: #454545. Windows color (decimal): -4778478 or 1185463. OLE color: 1185463.
HSL color Cylindrical-coordinate representation of color #B71612: hue angle of 1.45º 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 #B71612 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.28 |
| HSL | 1.45º | 0.82% | 0.39% | - |
| HSV(B) | 1.45º | 0.9% | 0.72% | - |
| XYZ | 19.92 | 10.68 | 1.58 | - |
| YUV | 69.68 | 98.84 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 18 | 0 | 0.88 | 0.90 | 0.28 | 1.45 | 0.82 | 0.39 |
| Hex | B7 | 16 | 12 | 0 | 58 | 5A | 1C | 1 | 52 | 27 |
| Octal | 267 | 26 | 22 | 0 | 130 | 132 | 34 | 1 | 122 | 47 |
| Binary | 10110111 | 10110 | 10010 | 0 | 1011000 | 1011010 | 11100 | 1 | 1010010 | 100111 |
Color Harmonies of #B71612
Complementary color
Monochromatic Colors of #B71612
Black with #B71612
Text Example
Text Example
White with #B71612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71612; }
p { color: rgb(183,22,18); }
H1.HeaderClassName
{
color: #B71612;
}
.AnyTagClassName
{
color: #B71612;
}
</style>
background-color css
<style>
a { background-color: #B71612; }
a { background-color: rgb(183,22,18); }
div.DivClassName
{
background-color: #B71612;
}
.BgClassName
{
background-color: #B71612;
}
</style>
border-color css
<style>
span { border-color: #B71612; }
span { border-color: rgb(183,22,18); }
td.TdClassName
{
border-color: #B71612;
}
.TagClassName
{
border-color: #B71612;
}
</style>