Shades of Fire Brick #AB2C16
Tints of Fire Brick #AB2C16
RGB
CMYK
RGB Variations
Color information
#AB2C16 (or 0xAB2C16) is known color: Fire Brick. HEX triplet: AB, 2C and 16. RGB value is (171,44,22). Sum of RGB (Red+Green+Blue) = 171+44+22=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C16 is #54D3E9. Grayscale: #4F4F4F. Windows color (decimal): -5559274 or 1453227. OLE color: 1453227.
HSL color Cylindrical-coordinate representation of color #AB2C16: hue angle of 8.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB2C16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 22 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.33 |
| HSL | 8.86º | 0.77% | 0.38% | - |
| HSV(B) | 8.86º | 0.87% | 0.67% | - |
| XYZ | 17.84 | 10.52 | 1.85 | - |
| YUV | 79.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 22 | 0 | 0.74 | 0.87 | 0.33 | 8.86 | 0.77 | 0.38 |
| Hex | AB | 2C | 16 | 0 | 4A | 57 | 21 | 9 | 4D | 26 |
| Octal | 253 | 54 | 26 | 0 | 112 | 127 | 41 | 11 | 115 | 46 |
| Binary | 10101011 | 101100 | 10110 | 0 | 1001010 | 1010111 | 100001 | 1001 | 1001101 | 100110 |
Color Harmonies of #AB2C16
Complementary color
Monochromatic Colors of #AB2C16
Black with #AB2C16
Text Example
Text Example
White with #AB2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C16; }
p { color: rgb(171,44,22); }
H1.HeaderClassName
{
color: #AB2C16;
}
.AnyTagClassName
{
color: #AB2C16;
}
</style>
background-color css
<style>
a { background-color: #AB2C16; }
a { background-color: rgb(171,44,22); }
div.DivClassName
{
background-color: #AB2C16;
}
.BgClassName
{
background-color: #AB2C16;
}
</style>
border-color css
<style>
span { border-color: #AB2C16; }
span { border-color: rgb(171,44,22); }
td.TdClassName
{
border-color: #AB2C16;
}
.TagClassName
{
border-color: #AB2C16;
}
</style>