Shades of Fire Brick #AB1812
Tints of Fire Brick #AB1812
RGB
CMYK
RGB Variations
Color information
#AB1812 (or 0xAB1812) is known color: Fire Brick. HEX triplet: AB, 18 and 12. RGB value is (171,24,18). Sum of RGB (Red+Green+Blue) = 171+24+18=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1812 is #54E7ED. Grayscale: #434343. Windows color (decimal): -5564398 or 1185963. OLE color: 1185963.
HSL color Cylindrical-coordinate representation of color #AB1812: hue angle of 2.35º 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 #AB1812 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 18 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.33 |
| HSL | 2.35º | 0.81% | 0.37% | - |
| HSV(B) | 2.35º | 0.89% | 0.67% | - |
| XYZ | 17.23 | 9.35 | 1.47 | - |
| YUV | 67.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 18 | 0 | 0.86 | 0.89 | 0.33 | 2.35 | 0.81 | 0.37 |
| Hex | AB | 18 | 12 | 0 | 56 | 59 | 21 | 2 | 51 | 25 |
| Octal | 253 | 30 | 22 | 0 | 126 | 131 | 41 | 2 | 121 | 45 |
| Binary | 10101011 | 11000 | 10010 | 0 | 1010110 | 1011001 | 100001 | 10 | 1010001 | 100101 |
Color Harmonies of #AB1812
Complementary color
Monochromatic Colors of #AB1812
Black with #AB1812
Text Example
Text Example
White with #AB1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1812; }
p { color: rgb(171,24,18); }
H1.HeaderClassName
{
color: #AB1812;
}
.AnyTagClassName
{
color: #AB1812;
}
</style>
background-color css
<style>
a { background-color: #AB1812; }
a { background-color: rgb(171,24,18); }
div.DivClassName
{
background-color: #AB1812;
}
.BgClassName
{
background-color: #AB1812;
}
</style>
border-color css
<style>
span { border-color: #AB1812; }
span { border-color: rgb(171,24,18); }
td.TdClassName
{
border-color: #AB1812;
}
.TagClassName
{
border-color: #AB1812;
}
</style>