Shades of Fire Brick #AA2A1E
Tints of Fire Brick #AA2A1E
RGB
CMYK
RGB Variations
Color information
#AA2A1E (or 0xAA2A1E) is known color: Fire Brick. HEX triplet: AA, 2A and 1E. RGB value is (170,42,30). Sum of RGB (Red+Green+Blue) = 170+42+30=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A1E is #55D5E1. Grayscale: #4F4F4F. Windows color (decimal): -5625314 or 1977002. OLE color: 1977002.
HSL color Cylindrical-coordinate representation of color #AA2A1E: hue angle of 5.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2A1E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 30 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.33 |
| HSL | 5.14º | 0.7% | 0.39% | - |
| HSV(B) | 5.14º | 0.82% | 0.67% | - |
| XYZ | 17.64 | 10.3 | 2.29 | - |
| YUV | 78.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 30 | 0 | 0.75 | 0.82 | 0.33 | 5.14 | 0.7 | 0.39 |
| Hex | AA | 2A | 1E | 0 | 4B | 52 | 21 | 5 | 46 | 27 |
| Octal | 252 | 52 | 36 | 0 | 113 | 122 | 41 | 5 | 106 | 47 |
| Binary | 10101010 | 101010 | 11110 | 0 | 1001011 | 1010010 | 100001 | 101 | 1000110 | 100111 |
Color Harmonies of #AA2A1E
Complementary color
Monochromatic Colors of #AA2A1E
Black with #AA2A1E
Text Example
Text Example
White with #AA2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A1E; }
p { color: rgb(170,42,30); }
H1.HeaderClassName
{
color: #AA2A1E;
}
.AnyTagClassName
{
color: #AA2A1E;
}
</style>
background-color css
<style>
a { background-color: #AA2A1E; }
a { background-color: rgb(170,42,30); }
div.DivClassName
{
background-color: #AA2A1E;
}
.BgClassName
{
background-color: #AA2A1E;
}
</style>
border-color css
<style>
span { border-color: #AA2A1E; }
span { border-color: rgb(170,42,30); }
td.TdClassName
{
border-color: #AA2A1E;
}
.TagClassName
{
border-color: #AA2A1E;
}
</style>