Shades of Fire Brick #AB1412
Tints of Fire Brick #AB1412
RGB
CMYK
RGB Variations
Color information
#AB1412 (or 0xAB1412) is known color: Fire Brick. HEX triplet: AB, 14 and 12. RGB value is (171,20,18). Sum of RGB (Red+Green+Blue) = 171+20+18=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1412 is #54EBED. Grayscale: #414141. Windows color (decimal): -5565422 or 1184939. OLE color: 1184939.
HSL color Cylindrical-coordinate representation of color #AB1412: hue angle of 0.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1412 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.33 |
| HSL | 0.78º | 0.81% | 0.37% | - |
| HSV(B) | 0.78º | 0.89% | 0.67% | - |
| XYZ | 17.15 | 9.2 | 1.44 | - |
| YUV | 64.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 18 | 0 | 0.88 | 0.89 | 0.33 | 0.78 | 0.81 | 0.37 |
| Hex | AB | 14 | 12 | 0 | 58 | 59 | 21 | 1 | 51 | 25 |
| Octal | 253 | 24 | 22 | 0 | 130 | 131 | 41 | 1 | 121 | 45 |
| Binary | 10101011 | 10100 | 10010 | 0 | 1011000 | 1011001 | 100001 | 1 | 1010001 | 100101 |
Color Harmonies of #AB1412
Complementary color
Monochromatic Colors of #AB1412
Black with #AB1412
Text Example
Text Example
White with #AB1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1412; }
p { color: rgb(171,20,18); }
H1.HeaderClassName
{
color: #AB1412;
}
.AnyTagClassName
{
color: #AB1412;
}
</style>
background-color css
<style>
a { background-color: #AB1412; }
a { background-color: rgb(171,20,18); }
div.DivClassName
{
background-color: #AB1412;
}
.BgClassName
{
background-color: #AB1412;
}
</style>
border-color css
<style>
span { border-color: #AB1412; }
span { border-color: rgb(171,20,18); }
td.TdClassName
{
border-color: #AB1412;
}
.TagClassName
{
border-color: #AB1412;
}
</style>