Shades of Fire Brick #AB220B
Tints of Fire Brick #AB220B
RGB
CMYK
RGB Variations
Color information
#AB220B (or 0xAB220B) is known color: Fire Brick. HEX triplet: AB, 22 and 0B. RGB value is (171,34,11). Sum of RGB (Red+Green+Blue) = 171+34+11=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB220B is #54DDF4. Grayscale: #484848. Windows color (decimal): -5561845 or 729771. OLE color: 729771.
HSL color Cylindrical-coordinate representation of color #AB220B: hue angle of 8.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB220B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.33 |
| HSL | 8.63º | 0.88% | 0.36% | - |
| HSV(B) | 8.63º | 0.94% | 0.67% | - |
| XYZ | 17.43 | 9.83 | 1.29 | - |
| YUV | 72.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 11 | 0 | 0.80 | 0.94 | 0.33 | 8.63 | 0.88 | 0.36 |
| Hex | AB | 22 | B | 0 | 50 | 5E | 21 | 9 | 58 | 24 |
| Octal | 253 | 42 | 13 | 0 | 120 | 136 | 41 | 11 | 130 | 44 |
| Binary | 10101011 | 100010 | 1011 | 0 | 1010000 | 1011110 | 100001 | 1001 | 1011000 | 100100 |
Color Harmonies of #AB220B
Complementary color
Monochromatic Colors of #AB220B
Black with #AB220B
Text Example
Text Example
White with #AB220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB220B; }
p { color: rgb(171,34,11); }
H1.HeaderClassName
{
color: #AB220B;
}
.AnyTagClassName
{
color: #AB220B;
}
</style>
background-color css
<style>
a { background-color: #AB220B; }
a { background-color: rgb(171,34,11); }
div.DivClassName
{
background-color: #AB220B;
}
.BgClassName
{
background-color: #AB220B;
}
</style>
border-color css
<style>
span { border-color: #AB220B; }
span { border-color: rgb(171,34,11); }
td.TdClassName
{
border-color: #AB220B;
}
.TagClassName
{
border-color: #AB220B;
}
</style>