Shades of Fire Brick #AA2322
Tints of Fire Brick #AA2322
RGB
CMYK
RGB Variations
Color information
#AA2322 (or 0xAA2322) is known color: Fire Brick. HEX triplet: AA, 23 and 22. RGB value is (170,35,34). Sum of RGB (Red+Green+Blue) = 170+35+34=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2322 is #55DCDD. Grayscale: #4B4B4B. Windows color (decimal): -5627102 or 2237354. OLE color: 2237354.
HSL color Cylindrical-coordinate representation of color #AA2322: hue angle of 0.44º 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 #AA2322 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 34 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.33 |
| HSL | 0.44º | 0.67% | 0.4% | - |
| HSV(B) | 0.44º | 0.8% | 0.67% | - |
| XYZ | 17.47 | 9.86 | 2.5 | - |
| YUV | 75.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 34 | 0 | 0.79 | 0.80 | 0.33 | 0.44 | 0.67 | 0.4 |
| Hex | AA | 23 | 22 | 0 | 4F | 50 | 21 | 0 | 43 | 28 |
| Octal | 252 | 43 | 42 | 0 | 117 | 120 | 41 | 0 | 103 | 50 |
| Binary | 10101010 | 100011 | 100010 | 0 | 1001111 | 1010000 | 100001 | 0 | 1000011 | 101000 |
Color Harmonies of #AA2322
Complementary color
Monochromatic Colors of #AA2322
Black with #AA2322
Text Example
Text Example
White with #AA2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2322; }
p { color: rgb(170,35,34); }
H1.HeaderClassName
{
color: #AA2322;
}
.AnyTagClassName
{
color: #AA2322;
}
</style>
background-color css
<style>
a { background-color: #AA2322; }
a { background-color: rgb(170,35,34); }
div.DivClassName
{
background-color: #AA2322;
}
.BgClassName
{
background-color: #AA2322;
}
</style>
border-color css
<style>
span { border-color: #AA2322; }
span { border-color: rgb(170,35,34); }
td.TdClassName
{
border-color: #AA2322;
}
.TagClassName
{
border-color: #AA2322;
}
</style>