Shades of Fire Brick #AB2222
Tints of Fire Brick #AB2222
RGB
CMYK
RGB Variations
Color information
#AB2222 (or 0xAB2222) is known color: Fire Brick. HEX triplet: AB, 22 and 22. RGB value is (171,34,34). Sum of RGB (Red+Green+Blue) = 171+34+34=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2222 is #54DDDD. Grayscale: #4B4B4B. Windows color (decimal): -5561822 or 2237099. OLE color: 2237099.
HSL color Cylindrical-coordinate representation of color #AB2222: hue angle of 0º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2222 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 34 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.33 |
| HSL | 0º | 0.67% | 0.4% | - |
| HSV(B) | 0º | 0.8% | 0.67% | - |
| XYZ | 17.66 | 9.92 | 2.5 | - |
| YUV | 74.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 34 | 0 | 0.80 | 0.80 | 0.33 | 0 | 0.67 | 0.4 |
| Hex | AB | 22 | 22 | 0 | 50 | 50 | 21 | 0 | 43 | 28 |
| Octal | 253 | 42 | 42 | 0 | 120 | 120 | 41 | 0 | 103 | 50 |
| Binary | 10101011 | 100010 | 100010 | 0 | 1010000 | 1010000 | 100001 | 0 | 1000011 | 101000 |
Color Harmonies of #AB2222
Complementary color
Monochromatic Colors of #AB2222
Black with #AB2222
Text Example
Text Example
White with #AB2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2222; }
p { color: rgb(171,34,34); }
H1.HeaderClassName
{
color: #AB2222;
}
.AnyTagClassName
{
color: #AB2222;
}
</style>
background-color css
<style>
a { background-color: #AB2222; }
a { background-color: rgb(171,34,34); }
div.DivClassName
{
background-color: #AB2222;
}
.BgClassName
{
background-color: #AB2222;
}
</style>
border-color css
<style>
span { border-color: #AB2222; }
span { border-color: rgb(171,34,34); }
td.TdClassName
{
border-color: #AB2222;
}
.TagClassName
{
border-color: #AB2222;
}
</style>