Shades of Fire Brick #AB1310
Tints of Fire Brick #AB1310
RGB
CMYK
RGB Variations
Color information
#AB1310 (or 0xAB1310) is known color: Fire Brick. HEX triplet: AB, 13 and 10. RGB value is (171,19,16). Sum of RGB (Red+Green+Blue) = 171+19+16=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1310 is #54ECEF. Grayscale: #404040. Windows color (decimal): -5565680 or 1053611. OLE color: 1053611.
HSL color Cylindrical-coordinate representation of color #AB1310: hue angle of 1.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1310 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 16 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.33 |
| HSL | 1.16º | 0.83% | 0.37% | - |
| HSV(B) | 1.16º | 0.91% | 0.67% | - |
| XYZ | 17.12 | 9.16 | 1.36 | - |
| YUV | 64.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 16 | 0 | 0.89 | 0.91 | 0.33 | 1.16 | 0.83 | 0.37 |
| Hex | AB | 13 | 10 | 0 | 59 | 5B | 21 | 1 | 53 | 25 |
| Octal | 253 | 23 | 20 | 0 | 131 | 133 | 41 | 1 | 123 | 45 |
| Binary | 10101011 | 10011 | 10000 | 0 | 1011001 | 1011011 | 100001 | 1 | 1010011 | 100101 |
Color Harmonies of #AB1310
Complementary color
Monochromatic Colors of #AB1310
Black with #AB1310
Text Example
Text Example
White with #AB1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1310; }
p { color: rgb(171,19,16); }
H1.HeaderClassName
{
color: #AB1310;
}
.AnyTagClassName
{
color: #AB1310;
}
</style>
background-color css
<style>
a { background-color: #AB1310; }
a { background-color: rgb(171,19,16); }
div.DivClassName
{
background-color: #AB1310;
}
.BgClassName
{
background-color: #AB1310;
}
</style>
border-color css
<style>
span { border-color: #AB1310; }
span { border-color: rgb(171,19,16); }
td.TdClassName
{
border-color: #AB1310;
}
.TagClassName
{
border-color: #AB1310;
}
</style>