Shades of Fire Brick #AB1A16
Tints of Fire Brick #AB1A16
RGB
CMYK
RGB Variations
Color information
#AB1A16 (or 0xAB1A16) is known color: Fire Brick. HEX triplet: AB, 1A and 16. RGB value is (171,26,22). Sum of RGB (Red+Green+Blue) = 171+26+22=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A16 is #54E5E9. Grayscale: #454545. Windows color (decimal): -5563882 or 1448619. OLE color: 1448619.
HSL color Cylindrical-coordinate representation of color #AB1A16: hue angle of 1.61º 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 #AB1A16 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.33 |
| HSL | 1.61º | 0.77% | 0.38% | - |
| HSV(B) | 1.61º | 0.87% | 0.67% | - |
| XYZ | 17.31 | 9.45 | 1.67 | - |
| YUV | 68.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 22 | 0 | 0.85 | 0.87 | 0.33 | 1.61 | 0.77 | 0.38 |
| Hex | AB | 1A | 16 | 0 | 55 | 57 | 21 | 2 | 4D | 26 |
| Octal | 253 | 32 | 26 | 0 | 125 | 127 | 41 | 2 | 115 | 46 |
| Binary | 10101011 | 11010 | 10110 | 0 | 1010101 | 1010111 | 100001 | 10 | 1001101 | 100110 |
Color Harmonies of #AB1A16
Complementary color
Monochromatic Colors of #AB1A16
Black with #AB1A16
Text Example
Text Example
White with #AB1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A16; }
p { color: rgb(171,26,22); }
H1.HeaderClassName
{
color: #AB1A16;
}
.AnyTagClassName
{
color: #AB1A16;
}
</style>
background-color css
<style>
a { background-color: #AB1A16; }
a { background-color: rgb(171,26,22); }
div.DivClassName
{
background-color: #AB1A16;
}
.BgClassName
{
background-color: #AB1A16;
}
</style>
border-color css
<style>
span { border-color: #AB1A16; }
span { border-color: rgb(171,26,22); }
td.TdClassName
{
border-color: #AB1A16;
}
.TagClassName
{
border-color: #AB1A16;
}
</style>