Shades of Fire Brick #AA1E1E
Tints of Fire Brick #AA1E1E
RGB
CMYK
RGB Variations
Color information
#AA1E1E (or 0xAA1E1E) is known color: Fire Brick. HEX triplet: AA, 1E and 1E. RGB value is (170,30,30). Sum of RGB (Red+Green+Blue) = 170+30+30=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E1E is #55E1E1. Grayscale: #484848. Windows color (decimal): -5628386 or 1973930. OLE color: 1973930.
HSL color Cylindrical-coordinate representation of color #AA1E1E: hue angle of 0º 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 #AA1E1E is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 30 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.33 |
| HSL | 0º | 0.7% | 0.39% | - |
| HSV(B) | 0º | 0.82% | 0.67% | - |
| XYZ | 17.28 | 9.57 | 2.16 | - |
| YUV | 71.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 30 | 0 | 0.82 | 0.82 | 0.33 | 0 | 0.7 | 0.39 |
| Hex | AA | 1E | 1E | 0 | 52 | 52 | 21 | 0 | 46 | 27 |
| Octal | 252 | 36 | 36 | 0 | 122 | 122 | 41 | 0 | 106 | 47 |
| Binary | 10101010 | 11110 | 11110 | 0 | 1010010 | 1010010 | 100001 | 0 | 1000110 | 100111 |
Color Harmonies of #AA1E1E
Complementary color
Monochromatic Colors of #AA1E1E
Black with #AA1E1E
Text Example
Text Example
White with #AA1E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E1E; }
p { color: rgb(170,30,30); }
H1.HeaderClassName
{
color: #AA1E1E;
}
.AnyTagClassName
{
color: #AA1E1E;
}
</style>
background-color css
<style>
a { background-color: #AA1E1E; }
a { background-color: rgb(170,30,30); }
div.DivClassName
{
background-color: #AA1E1E;
}
.BgClassName
{
background-color: #AA1E1E;
}
</style>
border-color css
<style>
span { border-color: #AA1E1E; }
span { border-color: rgb(170,30,30); }
td.TdClassName
{
border-color: #AA1E1E;
}
.TagClassName
{
border-color: #AA1E1E;
}
</style>