Shades of Fire Brick #AB1D16
Tints of Fire Brick #AB1D16
RGB
CMYK
RGB Variations
Color information
#AB1D16 (or 0xAB1D16) is known color: Fire Brick. HEX triplet: AB, 1D and 16. RGB value is (171,29,22). Sum of RGB (Red+Green+Blue) = 171+29+22=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D16 is #54E2E9. Grayscale: #464646. Windows color (decimal): -5563114 or 1449387. OLE color: 1449387.
HSL color Cylindrical-coordinate representation of color #AB1D16: hue angle of 2.82º 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 #AB1D16 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 22 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.33 |
| HSL | 2.82º | 0.77% | 0.38% | - |
| HSV(B) | 2.82º | 0.87% | 0.67% | - |
| XYZ | 17.38 | 9.59 | 1.7 | - |
| YUV | 70.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 22 | 0 | 0.83 | 0.87 | 0.33 | 2.82 | 0.77 | 0.38 |
| Hex | AB | 1D | 16 | 0 | 53 | 57 | 21 | 3 | 4D | 26 |
| Octal | 253 | 35 | 26 | 0 | 123 | 127 | 41 | 3 | 115 | 46 |
| Binary | 10101011 | 11101 | 10110 | 0 | 1010011 | 1010111 | 100001 | 11 | 1001101 | 100110 |
Color Harmonies of #AB1D16
Complementary color
Monochromatic Colors of #AB1D16
Black with #AB1D16
Text Example
Text Example
White with #AB1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D16; }
p { color: rgb(171,29,22); }
H1.HeaderClassName
{
color: #AB1D16;
}
.AnyTagClassName
{
color: #AB1D16;
}
</style>
background-color css
<style>
a { background-color: #AB1D16; }
a { background-color: rgb(171,29,22); }
div.DivClassName
{
background-color: #AB1D16;
}
.BgClassName
{
background-color: #AB1D16;
}
</style>
border-color css
<style>
span { border-color: #AB1D16; }
span { border-color: rgb(171,29,22); }
td.TdClassName
{
border-color: #AB1D16;
}
.TagClassName
{
border-color: #AB1D16;
}
</style>