Shades of Fire Brick #AA200D
Tints of Fire Brick #AA200D
RGB
CMYK
RGB Variations
Color information
#AA200D (or 0xAA200D) is known color: Fire Brick. HEX triplet: AA, 20 and 0D. RGB value is (170,32,13). Sum of RGB (Red+Green+Blue) = 170+32+13=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA200D is #55DFF2. Grayscale: #474747. Windows color (decimal): -5627891 or 860330. OLE color: 860330.
HSL color Cylindrical-coordinate representation of color #AA200D: hue angle of 7.26º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA200D is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 13 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.33 |
| HSL | 7.26º | 0.86% | 0.36% | - |
| HSV(B) | 7.26º | 0.92% | 0.67% | - |
| XYZ | 17.17 | 9.61 | 1.33 | - |
| YUV | 71.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 13 | 0 | 0.81 | 0.92 | 0.33 | 7.26 | 0.86 | 0.36 |
| Hex | AA | 20 | D | 0 | 51 | 5C | 21 | 7 | 56 | 24 |
| Octal | 252 | 40 | 15 | 0 | 121 | 134 | 41 | 7 | 126 | 44 |
| Binary | 10101010 | 100000 | 1101 | 0 | 1010001 | 1011100 | 100001 | 111 | 1010110 | 100100 |
Color Harmonies of #AA200D
Complementary color
Monochromatic Colors of #AA200D
Black with #AA200D
Text Example
Text Example
White with #AA200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA200D; }
p { color: rgb(170,32,13); }
H1.HeaderClassName
{
color: #AA200D;
}
.AnyTagClassName
{
color: #AA200D;
}
</style>
background-color css
<style>
a { background-color: #AA200D; }
a { background-color: rgb(170,32,13); }
div.DivClassName
{
background-color: #AA200D;
}
.BgClassName
{
background-color: #AA200D;
}
</style>
border-color css
<style>
span { border-color: #AA200D; }
span { border-color: rgb(170,32,13); }
td.TdClassName
{
border-color: #AA200D;
}
.TagClassName
{
border-color: #AA200D;
}
</style>