Shades of Sangria #AA0103
Tints of Sangria #AA0103
RGB
CMYK
RGB Variations
Color information
#AA0103 (or 0xAA0103) is known color: Sangria. HEX triplet: AA, 01 and 03. RGB value is (170,1,3). Sum of RGB (Red+Green+Blue) = 170+1+3=174 (23% of max value = 765). Red value is 170 (66.80% from 255 or 97.70% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0103 is #55FEFC. Grayscale: #333333. Windows color (decimal): -5635837 or 197034. OLE color: 197034.
HSL color Cylindrical-coordinate representation of color #AA0103: hue angle of 359.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.33 |
| HSL | 359.29º | 0.99% | 0.34% | - |
| HSV(B) | 359.29º | 0.99% | 0.67% | - |
| XYZ | 16.6 | 8.57 | 0.87 | - |
| YUV | 51.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 3 | 0 | 0.99 | 0.98 | 0.33 | 359.29 | 0.99 | 0.34 |
| Hex | AA | 1 | 3 | 0 | 63 | 62 | 21 | 167 | 63 | 22 |
| Octal | 252 | 1 | 3 | 0 | 143 | 142 | 41 | 547 | 143 | 42 |
| Binary | 10101010 | 1 | 11 | 0 | 1100011 | 1100010 | 100001 | 101100111 | 1100011 | 100010 |
Color Harmonies of #AA0103
Complementary color
Monochromatic Colors of #AA0103
Black with #AA0103
Text Example
Text Example
White with #AA0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0103; }
p { color: rgb(170,1,3); }
H1.HeaderClassName
{
color: #AA0103;
}
.AnyTagClassName
{
color: #AA0103;
}
</style>
background-color css
<style>
a { background-color: #AA0103; }
a { background-color: rgb(170,1,3); }
div.DivClassName
{
background-color: #AA0103;
}
.BgClassName
{
background-color: #AA0103;
}
</style>
border-color css
<style>
span { border-color: #AA0103; }
span { border-color: rgb(170,1,3); }
td.TdClassName
{
border-color: #AA0103;
}
.TagClassName
{
border-color: #AA0103;
}
</style>