Shades of Fire Brick #AB2F16
Tints of Fire Brick #AB2F16
RGB
CMYK
RGB Variations
Color information
#AB2F16 (or 0xAB2F16) is known color: Fire Brick. HEX triplet: AB, 2F and 16. RGB value is (171,47,22). Sum of RGB (Red+Green+Blue) = 171+47+22=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F16 is #54D0E9. Grayscale: #515151. Windows color (decimal): -5558506 or 1453995. OLE color: 1453995.
HSL color Cylindrical-coordinate representation of color #AB2F16: hue angle of 10.07º 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 #AB2F16 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 22 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.33 |
| HSL | 10.07º | 0.77% | 0.38% | - |
| HSV(B) | 10.07º | 0.87% | 0.67% | - |
| XYZ | 17.96 | 10.75 | 1.89 | - |
| YUV | 81.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 22 | 0 | 0.73 | 0.87 | 0.33 | 10.07 | 0.77 | 0.38 |
| Hex | AB | 2F | 16 | 0 | 49 | 57 | 21 | A | 4D | 26 |
| Octal | 253 | 57 | 26 | 0 | 111 | 127 | 41 | 12 | 115 | 46 |
| Binary | 10101011 | 101111 | 10110 | 0 | 1001001 | 1010111 | 100001 | 1010 | 1001101 | 100110 |
Color Harmonies of #AB2F16
Complementary color
Monochromatic Colors of #AB2F16
Black with #AB2F16
Text Example
Text Example
White with #AB2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F16; }
p { color: rgb(171,47,22); }
H1.HeaderClassName
{
color: #AB2F16;
}
.AnyTagClassName
{
color: #AB2F16;
}
</style>
background-color css
<style>
a { background-color: #AB2F16; }
a { background-color: rgb(171,47,22); }
div.DivClassName
{
background-color: #AB2F16;
}
.BgClassName
{
background-color: #AB2F16;
}
</style>
border-color css
<style>
span { border-color: #AB2F16; }
span { border-color: rgb(171,47,22); }
td.TdClassName
{
border-color: #AB2F16;
}
.TagClassName
{
border-color: #AB2F16;
}
</style>