Shades of Fire Brick #AB1F16
Tints of Fire Brick #AB1F16
RGB
CMYK
RGB Variations
Color information
#AB1F16 (or 0xAB1F16) is known color: Fire Brick. HEX triplet: AB, 1F and 16. RGB value is (171,31,22). Sum of RGB (Red+Green+Blue) = 171+31+22=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F16 is #54E0E9. Grayscale: #484848. Windows color (decimal): -5562602 or 1449899. OLE color: 1449899.
HSL color Cylindrical-coordinate representation of color #AB1F16: hue angle of 3.62º 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 #AB1F16 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 22 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.33 |
| HSL | 3.62º | 0.77% | 0.38% | - |
| HSV(B) | 3.62º | 0.87% | 0.67% | - |
| XYZ | 17.43 | 9.7 | 1.71 | - |
| YUV | 71.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 22 | 0 | 0.82 | 0.87 | 0.33 | 3.62 | 0.77 | 0.38 |
| Hex | AB | 1F | 16 | 0 | 52 | 57 | 21 | 4 | 4D | 26 |
| Octal | 253 | 37 | 26 | 0 | 122 | 127 | 41 | 4 | 115 | 46 |
| Binary | 10101011 | 11111 | 10110 | 0 | 1010010 | 1010111 | 100001 | 100 | 1001101 | 100110 |
Color Harmonies of #AB1F16
Complementary color
Monochromatic Colors of #AB1F16
Black with #AB1F16
Text Example
Text Example
White with #AB1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F16; }
p { color: rgb(171,31,22); }
H1.HeaderClassName
{
color: #AB1F16;
}
.AnyTagClassName
{
color: #AB1F16;
}
</style>
background-color css
<style>
a { background-color: #AB1F16; }
a { background-color: rgb(171,31,22); }
div.DivClassName
{
background-color: #AB1F16;
}
.BgClassName
{
background-color: #AB1F16;
}
</style>
border-color css
<style>
span { border-color: #AB1F16; }
span { border-color: rgb(171,31,22); }
td.TdClassName
{
border-color: #AB1F16;
}
.TagClassName
{
border-color: #AB1F16;
}
</style>