Shades of Fire Brick #AB1916
Tints of Fire Brick #AB1916
RGB
CMYK
RGB Variations
Color information
#AB1916 (or 0xAB1916) is known color: Fire Brick. HEX triplet: AB, 19 and 16. RGB value is (171,25,22). Sum of RGB (Red+Green+Blue) = 171+25+22=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1916 is #54E6E9. Grayscale: #444444. Windows color (decimal): -5564138 or 1448363. OLE color: 1448363.
HSL color Cylindrical-coordinate representation of color #AB1916: hue angle of 1.21º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1916 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.33 |
| HSL | 1.21º | 0.77% | 0.38% | - |
| HSV(B) | 1.21º | 0.87% | 0.67% | - |
| XYZ | 17.29 | 9.41 | 1.66 | - |
| YUV | 68.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 22 | 0 | 0.85 | 0.87 | 0.33 | 1.21 | 0.77 | 0.38 |
| Hex | AB | 19 | 16 | 0 | 55 | 57 | 21 | 1 | 4D | 26 |
| Octal | 253 | 31 | 26 | 0 | 125 | 127 | 41 | 1 | 115 | 46 |
| Binary | 10101011 | 11001 | 10110 | 0 | 1010101 | 1010111 | 100001 | 1 | 1001101 | 100110 |
Color Harmonies of #AB1916
Complementary color
Monochromatic Colors of #AB1916
Black with #AB1916
Text Example
Text Example
White with #AB1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1916; }
p { color: rgb(171,25,22); }
H1.HeaderClassName
{
color: #AB1916;
}
.AnyTagClassName
{
color: #AB1916;
}
</style>
background-color css
<style>
a { background-color: #AB1916; }
a { background-color: rgb(171,25,22); }
div.DivClassName
{
background-color: #AB1916;
}
.BgClassName
{
background-color: #AB1916;
}
</style>
border-color css
<style>
span { border-color: #AB1916; }
span { border-color: rgb(171,25,22); }
td.TdClassName
{
border-color: #AB1916;
}
.TagClassName
{
border-color: #AB1916;
}
</style>