Shades of Fire Brick #AB2012
Tints of Fire Brick #AB2012
RGB
CMYK
RGB Variations
Color information
#AB2012 (or 0xAB2012) is known color: Fire Brick. HEX triplet: AB, 20 and 12. RGB value is (171,32,18). Sum of RGB (Red+Green+Blue) = 171+32+18=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2012 is #54DFED. Grayscale: #484848. Windows color (decimal): -5562350 or 1188011. OLE color: 1188011.
HSL color Cylindrical-coordinate representation of color #AB2012: hue angle of 5.49º 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 #AB2012 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 18 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.33 |
| HSL | 5.49º | 0.81% | 0.37% | - |
| HSV(B) | 5.49º | 0.89% | 0.67% | - |
| XYZ | 17.42 | 9.73 | 1.53 | - |
| YUV | 71.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 18 | 0 | 0.81 | 0.89 | 0.33 | 5.49 | 0.81 | 0.37 |
| Hex | AB | 20 | 12 | 0 | 51 | 59 | 21 | 5 | 51 | 25 |
| Octal | 253 | 40 | 22 | 0 | 121 | 131 | 41 | 5 | 121 | 45 |
| Binary | 10101011 | 100000 | 10010 | 0 | 1010001 | 1011001 | 100001 | 101 | 1010001 | 100101 |
Color Harmonies of #AB2012
Complementary color
Monochromatic Colors of #AB2012
Black with #AB2012
Text Example
Text Example
White with #AB2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2012; }
p { color: rgb(171,32,18); }
H1.HeaderClassName
{
color: #AB2012;
}
.AnyTagClassName
{
color: #AB2012;
}
</style>
background-color css
<style>
a { background-color: #AB2012; }
a { background-color: rgb(171,32,18); }
div.DivClassName
{
background-color: #AB2012;
}
.BgClassName
{
background-color: #AB2012;
}
</style>
border-color css
<style>
span { border-color: #AB2012; }
span { border-color: rgb(171,32,18); }
td.TdClassName
{
border-color: #AB2012;
}
.TagClassName
{
border-color: #AB2012;
}
</style>