Shades of Fire Brick #AB2210
Tints of Fire Brick #AB2210
RGB
CMYK
RGB Variations
Color information
#AB2210 (or 0xAB2210) is known color: Fire Brick. HEX triplet: AB, 22 and 10. RGB value is (171,34,16). Sum of RGB (Red+Green+Blue) = 171+34+16=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2210 is #54DDEF. Grayscale: #494949. Windows color (decimal): -5561840 or 1057451. OLE color: 1057451.
HSL color Cylindrical-coordinate representation of color #AB2210: hue angle of 6.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB2210 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.33 |
| HSL | 6.97º | 0.83% | 0.37% | - |
| HSV(B) | 6.97º | 0.91% | 0.67% | - |
| XYZ | 17.46 | 9.84 | 1.47 | - |
| YUV | 72.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 16 | 0 | 0.80 | 0.91 | 0.33 | 6.97 | 0.83 | 0.37 |
| Hex | AB | 22 | 10 | 0 | 50 | 5B | 21 | 7 | 53 | 25 |
| Octal | 253 | 42 | 20 | 0 | 120 | 133 | 41 | 7 | 123 | 45 |
| Binary | 10101011 | 100010 | 10000 | 0 | 1010000 | 1011011 | 100001 | 111 | 1010011 | 100101 |
Color Harmonies of #AB2210
Complementary color
Monochromatic Colors of #AB2210
Black with #AB2210
Text Example
Text Example
White with #AB2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2210; }
p { color: rgb(171,34,16); }
H1.HeaderClassName
{
color: #AB2210;
}
.AnyTagClassName
{
color: #AB2210;
}
</style>
background-color css
<style>
a { background-color: #AB2210; }
a { background-color: rgb(171,34,16); }
div.DivClassName
{
background-color: #AB2210;
}
.BgClassName
{
background-color: #AB2210;
}
</style>
border-color css
<style>
span { border-color: #AB2210; }
span { border-color: rgb(171,34,16); }
td.TdClassName
{
border-color: #AB2210;
}
.TagClassName
{
border-color: #AB2210;
}
</style>