Shades of Sangria #AA010C
Tints of Sangria #AA010C
RGB
CMYK
RGB Variations
Color information
#AA010C (or 0xAA010C) is known color: Sangria. HEX triplet: AA, 01 and 0C. RGB value is (170,1,12). Sum of RGB (Red+Green+Blue) = 170+1+12=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA010C is #55FEF3. Grayscale: #343434. Windows color (decimal): -5635828 or 786858. OLE color: 786858.
HSL color Cylindrical-coordinate representation of color #AA010C: hue angle of 356.09º 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 #AA010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.33 |
| HSL | 356.09º | 0.99% | 0.34% | - |
| HSV(B) | 356.09º | 0.99% | 0.67% | - |
| XYZ | 16.65 | 8.59 | 1.13 | - |
| YUV | 52.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 12 | 0 | 0.99 | 0.93 | 0.33 | 356.09 | 0.99 | 0.34 |
| Hex | AA | 1 | C | 0 | 63 | 5D | 21 | 164 | 63 | 22 |
| Octal | 252 | 1 | 14 | 0 | 143 | 135 | 41 | 544 | 143 | 42 |
| Binary | 10101010 | 1 | 1100 | 0 | 1100011 | 1011101 | 100001 | 101100100 | 1100011 | 100010 |
Color Harmonies of #AA010C
Complementary color
Monochromatic Colors of #AA010C
Black with #AA010C
Text Example
Text Example
White with #AA010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA010C; }
p { color: rgb(170,1,12); }
H1.HeaderClassName
{
color: #AA010C;
}
.AnyTagClassName
{
color: #AA010C;
}
</style>
background-color css
<style>
a { background-color: #AA010C; }
a { background-color: rgb(170,1,12); }
div.DivClassName
{
background-color: #AA010C;
}
.BgClassName
{
background-color: #AA010C;
}
</style>
border-color css
<style>
span { border-color: #AA010C; }
span { border-color: rgb(170,1,12); }
td.TdClassName
{
border-color: #AA010C;
}
.TagClassName
{
border-color: #AA010C;
}
</style>