Shades of Fire Brick #AB1811
Tints of Fire Brick #AB1811
RGB
CMYK
RGB Variations
Color information
#AB1811 (or 0xAB1811) is known color: Fire Brick. HEX triplet: AB, 18 and 11. RGB value is (171,24,17). Sum of RGB (Red+Green+Blue) = 171+24+17=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1811 is #54E7EE. Grayscale: #434343. Windows color (decimal): -5564399 or 1120427. OLE color: 1120427.
HSL color Cylindrical-coordinate representation of color #AB1811: hue angle of 2.73º 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 #AB1811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 17 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.33 |
| HSL | 2.73º | 0.82% | 0.37% | - |
| HSV(B) | 2.73º | 0.9% | 0.67% | - |
| XYZ | 17.22 | 9.35 | 1.43 | - |
| YUV | 67.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 17 | 0 | 0.86 | 0.90 | 0.33 | 2.73 | 0.82 | 0.37 |
| Hex | AB | 18 | 11 | 0 | 56 | 5A | 21 | 3 | 52 | 25 |
| Octal | 253 | 30 | 21 | 0 | 126 | 132 | 41 | 3 | 122 | 45 |
| Binary | 10101011 | 11000 | 10001 | 0 | 1010110 | 1011010 | 100001 | 11 | 1010010 | 100101 |
Color Harmonies of #AB1811
Complementary color
Monochromatic Colors of #AB1811
Black with #AB1811
Text Example
Text Example
White with #AB1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1811; }
p { color: rgb(171,24,17); }
H1.HeaderClassName
{
color: #AB1811;
}
.AnyTagClassName
{
color: #AB1811;
}
</style>
background-color css
<style>
a { background-color: #AB1811; }
a { background-color: rgb(171,24,17); }
div.DivClassName
{
background-color: #AB1811;
}
.BgClassName
{
background-color: #AB1811;
}
</style>
border-color css
<style>
span { border-color: #AB1811; }
span { border-color: rgb(171,24,17); }
td.TdClassName
{
border-color: #AB1811;
}
.TagClassName
{
border-color: #AB1811;
}
</style>