Shades of Fire Brick #AA201A
Tints of Fire Brick #AA201A
RGB
CMYK
RGB Variations
Color information
#AA201A (or 0xAA201A) is known color: Fire Brick. HEX triplet: AA, 20 and 1A. RGB value is (170,32,26). Sum of RGB (Red+Green+Blue) = 170+32+26=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA201A is #55DFE5. Grayscale: #484848. Windows color (decimal): -5627878 or 1712298. OLE color: 1712298.
HSL color Cylindrical-coordinate representation of color #AA201A: hue angle of 2.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA201A is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 26 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.33 |
| HSL | 2.5º | 0.73% | 0.38% | - |
| HSV(B) | 2.5º | 0.85% | 0.67% | - |
| XYZ | 17.28 | 9.65 | 1.93 | - |
| YUV | 72.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 26 | 0 | 0.81 | 0.85 | 0.33 | 2.5 | 0.73 | 0.38 |
| Hex | AA | 20 | 1A | 0 | 51 | 55 | 21 | 2 | 49 | 26 |
| Octal | 252 | 40 | 32 | 0 | 121 | 125 | 41 | 2 | 111 | 46 |
| Binary | 10101010 | 100000 | 11010 | 0 | 1010001 | 1010101 | 100001 | 10 | 1001001 | 100110 |
Color Harmonies of #AA201A
Complementary color
Monochromatic Colors of #AA201A
Black with #AA201A
Text Example
Text Example
White with #AA201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA201A; }
p { color: rgb(170,32,26); }
H1.HeaderClassName
{
color: #AA201A;
}
.AnyTagClassName
{
color: #AA201A;
}
</style>
background-color css
<style>
a { background-color: #AA201A; }
a { background-color: rgb(170,32,26); }
div.DivClassName
{
background-color: #AA201A;
}
.BgClassName
{
background-color: #AA201A;
}
</style>
border-color css
<style>
span { border-color: #AA201A; }
span { border-color: rgb(170,32,26); }
td.TdClassName
{
border-color: #AA201A;
}
.TagClassName
{
border-color: #AA201A;
}
</style>