Shades of Fire Brick #AB220D
Tints of Fire Brick #AB220D
RGB
CMYK
RGB Variations
Color information
#AB220D (or 0xAB220D) is known color: Fire Brick. HEX triplet: AB, 22 and 0D. RGB value is (171,34,13). Sum of RGB (Red+Green+Blue) = 171+34+13=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB220D is #54DDF2. Grayscale: #484848. Windows color (decimal): -5561843 or 860843. OLE color: 860843.
HSL color Cylindrical-coordinate representation of color #AB220D: hue angle of 7.97º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB220D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 13 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.33 |
| HSL | 7.97º | 0.86% | 0.36% | - |
| HSV(B) | 7.97º | 0.92% | 0.67% | - |
| XYZ | 17.44 | 9.83 | 1.36 | - |
| YUV | 72.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 13 | 0 | 0.80 | 0.92 | 0.33 | 7.97 | 0.86 | 0.36 |
| Hex | AB | 22 | D | 0 | 50 | 5C | 21 | 8 | 56 | 24 |
| Octal | 253 | 42 | 15 | 0 | 120 | 134 | 41 | 10 | 126 | 44 |
| Binary | 10101011 | 100010 | 1101 | 0 | 1010000 | 1011100 | 100001 | 1000 | 1010110 | 100100 |
Color Harmonies of #AB220D
Complementary color
Monochromatic Colors of #AB220D
Black with #AB220D
Text Example
Text Example
White with #AB220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB220D; }
p { color: rgb(171,34,13); }
H1.HeaderClassName
{
color: #AB220D;
}
.AnyTagClassName
{
color: #AB220D;
}
</style>
background-color css
<style>
a { background-color: #AB220D; }
a { background-color: rgb(171,34,13); }
div.DivClassName
{
background-color: #AB220D;
}
.BgClassName
{
background-color: #AB220D;
}
</style>
border-color css
<style>
span { border-color: #AB220D; }
span { border-color: rgb(171,34,13); }
td.TdClassName
{
border-color: #AB220D;
}
.TagClassName
{
border-color: #AB220D;
}
</style>