Shades of Fire Brick #B71813
Tints of Fire Brick #B71813
RGB
CMYK
RGB Variations
Color information
#B71813 (or 0xB71813) is known color: Fire Brick. HEX triplet: B7, 18 and 13. RGB value is (183,24,19). Sum of RGB (Red+Green+Blue) = 183+24+19=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71813 is #48E7EC. Grayscale: #474747. Windows color (decimal): -4777965 or 1251511. OLE color: 1251511.
HSL color Cylindrical-coordinate representation of color #B71813: hue angle of 1.83º 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 #B71813 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 19 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.28 |
| HSL | 1.83º | 0.81% | 0.4% | - |
| HSV(B) | 1.83º | 0.9% | 0.72% | - |
| XYZ | 19.97 | 10.77 | 1.64 | - |
| YUV | 70.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 19 | 0 | 0.87 | 0.90 | 0.28 | 1.83 | 0.81 | 0.4 |
| Hex | B7 | 18 | 13 | 0 | 57 | 5A | 1C | 2 | 51 | 28 |
| Octal | 267 | 30 | 23 | 0 | 127 | 132 | 34 | 2 | 121 | 50 |
| Binary | 10110111 | 11000 | 10011 | 0 | 1010111 | 1011010 | 11100 | 10 | 1010001 | 101000 |
Color Harmonies of #B71813
Complementary color
Monochromatic Colors of #B71813
Black with #B71813
Text Example
Text Example
White with #B71813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71813; }
p { color: rgb(183,24,19); }
H1.HeaderClassName
{
color: #B71813;
}
.AnyTagClassName
{
color: #B71813;
}
</style>
background-color css
<style>
a { background-color: #B71813; }
a { background-color: rgb(183,24,19); }
div.DivClassName
{
background-color: #B71813;
}
.BgClassName
{
background-color: #B71813;
}
</style>
border-color css
<style>
span { border-color: #B71813; }
span { border-color: rgb(183,24,19); }
td.TdClassName
{
border-color: #B71813;
}
.TagClassName
{
border-color: #B71813;
}
</style>