Shades of Fire Brick #AA1E00
Tints of Fire Brick #AA1E00
RGB
CMYK
RGB Variations
Color information
#AA1E00 (or 0xAA1E00) is known color: Fire Brick. HEX triplet: AA, 1E and 00. RGB value is (170,30,0). Sum of RGB (Red+Green+Blue) = 170+30+0=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E00 is #55E1FF. Grayscale: #444444. Windows color (decimal): -5628416 or 7850. OLE color: 7850.
HSL color Cylindrical-coordinate representation of color #AA1E00: hue angle of 10.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA1E00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.33 |
| HSL | 10.59º | 1% | 0.33% | - |
| HSV(B) | 10.59º | 1% | 0.67% | - |
| XYZ | 17.04 | 9.47 | 0.93 | - |
| YUV | 68.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 0 | 0 | 0.82 | 1 | 0.33 | 10.59 | 1 | 0.33 |
| Hex | AA | 1E | 0 | 0 | 52 | 64 | 21 | B | 64 | 21 |
| Octal | 252 | 36 | 0 | 0 | 122 | 144 | 41 | 13 | 144 | 41 |
| Binary | 10101010 | 11110 | 0 | 0 | 1010010 | 1100100 | 100001 | 1011 | 1100100 | 100001 |
Color Harmonies of #AA1E00
Complementary color
Monochromatic Colors of #AA1E00
Black with #AA1E00
Text Example
Text Example
White with #AA1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E00; }
p { color: rgb(170,30,0); }
H1.HeaderClassName
{
color: #AA1E00;
}
.AnyTagClassName
{
color: #AA1E00;
}
</style>
background-color css
<style>
a { background-color: #AA1E00; }
a { background-color: rgb(170,30,0); }
div.DivClassName
{
background-color: #AA1E00;
}
.BgClassName
{
background-color: #AA1E00;
}
</style>
border-color css
<style>
span { border-color: #AA1E00; }
span { border-color: rgb(170,30,0); }
td.TdClassName
{
border-color: #AA1E00;
}
.TagClassName
{
border-color: #AA1E00;
}
</style>