Shades of Fire Brick #AA201C
Tints of Fire Brick #AA201C
RGB
CMYK
RGB Variations
Color information
#AA201C (or 0xAA201C) is known color: Fire Brick. HEX triplet: AA, 20 and 1C. RGB value is (170,32,28). Sum of RGB (Red+Green+Blue) = 170+32+28=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA201C is #55DFE3. Grayscale: #484848. Windows color (decimal): -5627876 or 1843370. OLE color: 1843370.
HSL color Cylindrical-coordinate representation of color #AA201C: hue angle of 1.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA201C is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 28 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.33 |
| HSL | 1.69º | 0.72% | 0.39% | - |
| HSV(B) | 1.69º | 0.84% | 0.67% | - |
| XYZ | 17.3 | 9.66 | 2.05 | - |
| YUV | 72.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 28 | 0 | 0.81 | 0.84 | 0.33 | 1.69 | 0.72 | 0.39 |
| Hex | AA | 20 | 1C | 0 | 51 | 54 | 21 | 2 | 48 | 27 |
| Octal | 252 | 40 | 34 | 0 | 121 | 124 | 41 | 2 | 110 | 47 |
| Binary | 10101010 | 100000 | 11100 | 0 | 1010001 | 1010100 | 100001 | 10 | 1001000 | 100111 |
Color Harmonies of #AA201C
Complementary color
Monochromatic Colors of #AA201C
Black with #AA201C
Text Example
Text Example
White with #AA201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA201C; }
p { color: rgb(170,32,28); }
H1.HeaderClassName
{
color: #AA201C;
}
.AnyTagClassName
{
color: #AA201C;
}
</style>
background-color css
<style>
a { background-color: #AA201C; }
a { background-color: rgb(170,32,28); }
div.DivClassName
{
background-color: #AA201C;
}
.BgClassName
{
background-color: #AA201C;
}
</style>
border-color css
<style>
span { border-color: #AA201C; }
span { border-color: rgb(170,32,28); }
td.TdClassName
{
border-color: #AA201C;
}
.TagClassName
{
border-color: #AA201C;
}
</style>