Shades of Fire Brick #AA2621
Tints of Fire Brick #AA2621
RGB
CMYK
RGB Variations
Color information
#AA2621 (or 0xAA2621) is known color: Fire Brick. HEX triplet: AA, 26 and 21. RGB value is (170,38,33). Sum of RGB (Red+Green+Blue) = 170+38+33=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2621 is #55D9DE. Grayscale: #4D4D4D. Windows color (decimal): -5626335 or 2172586. OLE color: 2172586.
HSL color Cylindrical-coordinate representation of color #AA2621: hue angle of 2.19º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2621 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 33 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.33 |
| HSL | 2.19º | 0.67% | 0.4% | - |
| HSV(B) | 2.19º | 0.81% | 0.67% | - |
| XYZ | 17.55 | 10.04 | 2.45 | - |
| YUV | 76.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 33 | 0 | 0.78 | 0.81 | 0.33 | 2.19 | 0.67 | 0.4 |
| Hex | AA | 26 | 21 | 0 | 4E | 51 | 21 | 2 | 43 | 28 |
| Octal | 252 | 46 | 41 | 0 | 116 | 121 | 41 | 2 | 103 | 50 |
| Binary | 10101010 | 100110 | 100001 | 0 | 1001110 | 1010001 | 100001 | 10 | 1000011 | 101000 |
Color Harmonies of #AA2621
Complementary color
Monochromatic Colors of #AA2621
Black with #AA2621
Text Example
Text Example
White with #AA2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2621; }
p { color: rgb(170,38,33); }
H1.HeaderClassName
{
color: #AA2621;
}
.AnyTagClassName
{
color: #AA2621;
}
</style>
background-color css
<style>
a { background-color: #AA2621; }
a { background-color: rgb(170,38,33); }
div.DivClassName
{
background-color: #AA2621;
}
.BgClassName
{
background-color: #AA2621;
}
</style>
border-color css
<style>
span { border-color: #AA2621; }
span { border-color: rgb(170,38,33); }
td.TdClassName
{
border-color: #AA2621;
}
.TagClassName
{
border-color: #AA2621;
}
</style>