Shades of Fire Brick #AB1F11
Tints of Fire Brick #AB1F11
RGB
CMYK
RGB Variations
Color information
#AB1F11 (or 0xAB1F11) is known color: Fire Brick. HEX triplet: AB, 1F and 11. RGB value is (171,31,17). Sum of RGB (Red+Green+Blue) = 171+31+17=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F11 is #54E0EE. Grayscale: #474747. Windows color (decimal): -5562607 or 1122219. OLE color: 1122219.
HSL color Cylindrical-coordinate representation of color #AB1F11: hue angle of 5.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1F11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 17 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.33 |
| HSL | 5.45º | 0.82% | 0.37% | - |
| HSV(B) | 5.45º | 0.9% | 0.67% | - |
| XYZ | 17.39 | 9.68 | 1.48 | - |
| YUV | 71.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 17 | 0 | 0.82 | 0.90 | 0.33 | 5.45 | 0.82 | 0.37 |
| Hex | AB | 1F | 11 | 0 | 52 | 5A | 21 | 5 | 52 | 25 |
| Octal | 253 | 37 | 21 | 0 | 122 | 132 | 41 | 5 | 122 | 45 |
| Binary | 10101011 | 11111 | 10001 | 0 | 1010010 | 1011010 | 100001 | 101 | 1010010 | 100101 |
Color Harmonies of #AB1F11
Complementary color
Monochromatic Colors of #AB1F11
Black with #AB1F11
Text Example
Text Example
White with #AB1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F11; }
p { color: rgb(171,31,17); }
H1.HeaderClassName
{
color: #AB1F11;
}
.AnyTagClassName
{
color: #AB1F11;
}
</style>
background-color css
<style>
a { background-color: #AB1F11; }
a { background-color: rgb(171,31,17); }
div.DivClassName
{
background-color: #AB1F11;
}
.BgClassName
{
background-color: #AB1F11;
}
</style>
border-color css
<style>
span { border-color: #AB1F11; }
span { border-color: rgb(171,31,17); }
td.TdClassName
{
border-color: #AB1F11;
}
.TagClassName
{
border-color: #AB1F11;
}
</style>