Shades of Fire Brick #AA2003
Tints of Fire Brick #AA2003
RGB
CMYK
RGB Variations
Color information
#AA2003 (or 0xAA2003) is known color: Fire Brick. HEX triplet: AA, 20 and 03. RGB value is (170,32,3). Sum of RGB (Red+Green+Blue) = 170+32+3=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2003 is #55DFFC. Grayscale: #464646. Windows color (decimal): -5627901 or 204970. OLE color: 204970.
HSL color Cylindrical-coordinate representation of color #AA2003: hue angle of 10.42º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA2003 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.33 |
| HSL | 10.42º | 0.97% | 0.34% | - |
| HSV(B) | 10.42º | 0.98% | 0.67% | - |
| XYZ | 17.11 | 9.59 | 1.03 | - |
| YUV | 69.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 3 | 0 | 0.81 | 0.98 | 0.33 | 10.42 | 0.97 | 0.34 |
| Hex | AA | 20 | 3 | 0 | 51 | 62 | 21 | A | 61 | 22 |
| Octal | 252 | 40 | 3 | 0 | 121 | 142 | 41 | 12 | 141 | 42 |
| Binary | 10101010 | 100000 | 11 | 0 | 1010001 | 1100010 | 100001 | 1010 | 1100001 | 100010 |
Color Harmonies of #AA2003
Complementary color
Monochromatic Colors of #AA2003
Black with #AA2003
Text Example
Text Example
White with #AA2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2003; }
p { color: rgb(170,32,3); }
H1.HeaderClassName
{
color: #AA2003;
}
.AnyTagClassName
{
color: #AA2003;
}
</style>
background-color css
<style>
a { background-color: #AA2003; }
a { background-color: rgb(170,32,3); }
div.DivClassName
{
background-color: #AA2003;
}
.BgClassName
{
background-color: #AA2003;
}
</style>
border-color css
<style>
span { border-color: #AA2003; }
span { border-color: rgb(170,32,3); }
td.TdClassName
{
border-color: #AA2003;
}
.TagClassName
{
border-color: #AA2003;
}
</style>