Shades of Fire Brick #AA201D
Tints of Fire Brick #AA201D
RGB
CMYK
RGB Variations
Color information
#AA201D (or 0xAA201D) is known color: Fire Brick. HEX triplet: AA, 20 and 1D. RGB value is (170,32,29). Sum of RGB (Red+Green+Blue) = 170+32+29=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA201D is #55DFE2. Grayscale: #494949. Windows color (decimal): -5627875 or 1908906. OLE color: 1908906.
HSL color Cylindrical-coordinate representation of color #AA201D: hue angle of 1.28º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA201D is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 29 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.33 |
| HSL | 1.28º | 0.71% | 0.39% | - |
| HSV(B) | 1.28º | 0.83% | 0.67% | - |
| XYZ | 17.32 | 9.67 | 2.12 | - |
| YUV | 72.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 29 | 0 | 0.81 | 0.83 | 0.33 | 1.28 | 0.71 | 0.39 |
| Hex | AA | 20 | 1D | 0 | 51 | 53 | 21 | 1 | 47 | 27 |
| Octal | 252 | 40 | 35 | 0 | 121 | 123 | 41 | 1 | 107 | 47 |
| Binary | 10101010 | 100000 | 11101 | 0 | 1010001 | 1010011 | 100001 | 1 | 1000111 | 100111 |
Color Harmonies of #AA201D
Complementary color
Monochromatic Colors of #AA201D
Black with #AA201D
Text Example
Text Example
White with #AA201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA201D; }
p { color: rgb(170,32,29); }
H1.HeaderClassName
{
color: #AA201D;
}
.AnyTagClassName
{
color: #AA201D;
}
</style>
background-color css
<style>
a { background-color: #AA201D; }
a { background-color: rgb(170,32,29); }
div.DivClassName
{
background-color: #AA201D;
}
.BgClassName
{
background-color: #AA201D;
}
</style>
border-color css
<style>
span { border-color: #AA201D; }
span { border-color: rgb(170,32,29); }
td.TdClassName
{
border-color: #AA201D;
}
.TagClassName
{
border-color: #AA201D;
}
</style>