Shades of Fire Brick #AB1111
Tints of Fire Brick #AB1111
RGB
CMYK
RGB Variations
Color information
#AB1111 (or 0xAB1111) is known color: Fire Brick. HEX triplet: AB, 11 and 11. RGB value is (171,17,17). Sum of RGB (Red+Green+Blue) = 171+17+17=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1111 is #54EEEE. Grayscale: #3F3F3F. Windows color (decimal): -5566191 or 1118635. OLE color: 1118635.
HSL color Cylindrical-coordinate representation of color #AB1111: hue angle of 0º 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 #AB1111 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 17 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.33 |
| HSL | 0º | 0.82% | 0.37% | - |
| HSV(B) | 0º | 0.9% | 0.67% | - |
| XYZ | 17.1 | 9.1 | 1.39 | - |
| YUV | 63.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 17 | 0 | 0.90 | 0.90 | 0.33 | 0 | 0.82 | 0.37 |
| Hex | AB | 11 | 11 | 0 | 5A | 5A | 21 | 0 | 52 | 25 |
| Octal | 253 | 21 | 21 | 0 | 132 | 132 | 41 | 0 | 122 | 45 |
| Binary | 10101011 | 10001 | 10001 | 0 | 1011010 | 1011010 | 100001 | 0 | 1010010 | 100101 |
Color Harmonies of #AB1111
Complementary color
Monochromatic Colors of #AB1111
Black with #AB1111
Text Example
Text Example
White with #AB1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1111; }
p { color: rgb(171,17,17); }
H1.HeaderClassName
{
color: #AB1111;
}
.AnyTagClassName
{
color: #AB1111;
}
</style>
background-color css
<style>
a { background-color: #AB1111; }
a { background-color: rgb(171,17,17); }
div.DivClassName
{
background-color: #AB1111;
}
.BgClassName
{
background-color: #AB1111;
}
</style>
border-color css
<style>
span { border-color: #AB1111; }
span { border-color: rgb(171,17,17); }
td.TdClassName
{
border-color: #AB1111;
}
.TagClassName
{
border-color: #AB1111;
}
</style>