Shades of Sangria #AA0002
Tints of Sangria #AA0002
RGB
CMYK
RGB Variations
Color information
#AA0002 (or 0xAA0002) is known color: Sangria. HEX triplet: AA, 00 and 02. RGB value is (170,0,2). Sum of RGB (Red+Green+Blue) = 170+0+2=172 (22% of max value = 765). Red value is 170 (66.80% from 255 or 98.84% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0002 is #55FFFD. Grayscale: #333333. Windows color (decimal): -5636094 or 131242. OLE color: 131242.
HSL color Cylindrical-coordinate representation of color #AA0002: hue angle of 359.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.33 |
| HSL | 359.29º | 1% | 0.33% | - |
| HSV(B) | 359.29º | 1% | 0.67% | - |
| XYZ | 16.59 | 8.55 | 0.83 | - |
| YUV | 51.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 2 | 0 | 1 | 0.99 | 0.33 | 359.29 | 1 | 0.33 |
| Hex | AA | 0 | 2 | 0 | 64 | 63 | 21 | 167 | 64 | 21 |
| Octal | 252 | 0 | 2 | 0 | 144 | 143 | 41 | 547 | 144 | 41 |
| Binary | 10101010 | 0 | 10 | 0 | 1100100 | 1100011 | 100001 | 101100111 | 1100100 | 100001 |
Color Harmonies of #AA0002
Complementary color
Monochromatic Colors of #AA0002
Black with #AA0002
Text Example
Text Example
White with #AA0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0002; }
p { color: rgb(170,0,2); }
H1.HeaderClassName
{
color: #AA0002;
}
.AnyTagClassName
{
color: #AA0002;
}
</style>
background-color css
<style>
a { background-color: #AA0002; }
a { background-color: rgb(170,0,2); }
div.DivClassName
{
background-color: #AA0002;
}
.BgClassName
{
background-color: #AA0002;
}
</style>
border-color css
<style>
span { border-color: #AA0002; }
span { border-color: rgb(170,0,2); }
td.TdClassName
{
border-color: #AA0002;
}
.TagClassName
{
border-color: #AA0002;
}
</style>