Shades of Sangria #AA030B
Tints of Sangria #AA030B
RGB
CMYK
RGB Variations
Color information
#AA030B (or 0xAA030B) is known color: Sangria. HEX triplet: AA, 03 and 0B. RGB value is (170,3,11). Sum of RGB (Red+Green+Blue) = 170+3+11=184 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.39% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 170 - color contains mainly: red. Hex color #AA030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA030B is #55FCF4. Grayscale: #353535. Windows color (decimal): -5635317 or 721834. OLE color: 721834.
HSL color Cylindrical-coordinate representation of color #AA030B: hue angle of 357.13º 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 #AA030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.33 |
| HSL | 357.13º | 0.97% | 0.34% | - |
| HSV(B) | 357.13º | 0.98% | 0.67% | - |
| XYZ | 16.67 | 8.64 | 1.1 | - |
| YUV | 53.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 11 | 0 | 0.98 | 0.94 | 0.33 | 357.13 | 0.97 | 0.34 |
| Hex | AA | 3 | B | 0 | 62 | 5E | 21 | 165 | 61 | 22 |
| Octal | 252 | 3 | 13 | 0 | 142 | 136 | 41 | 545 | 141 | 42 |
| Binary | 10101010 | 11 | 1011 | 0 | 1100010 | 1011110 | 100001 | 101100101 | 1100001 | 100010 |
Color Harmonies of #AA030B
Complementary color
Monochromatic Colors of #AA030B
Black with #AA030B
Text Example
Text Example
White with #AA030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA030B; }
p { color: rgb(170,3,11); }
H1.HeaderClassName
{
color: #AA030B;
}
.AnyTagClassName
{
color: #AA030B;
}
</style>
background-color css
<style>
a { background-color: #AA030B; }
a { background-color: rgb(170,3,11); }
div.DivClassName
{
background-color: #AA030B;
}
.BgClassName
{
background-color: #AA030B;
}
</style>
border-color css
<style>
span { border-color: #AA030B; }
span { border-color: rgb(170,3,11); }
td.TdClassName
{
border-color: #AA030B;
}
.TagClassName
{
border-color: #AA030B;
}
</style>