Shades of Sangria #A9010A
Tints of Sangria #A9010A
RGB
CMYK
RGB Variations
Color information
#A9010A (or 0xA9010A) is known color: Sangria. HEX triplet: A9, 01 and 0A. RGB value is (169,1,10). Sum of RGB (Red+Green+Blue) = 169+1+10=180 (23% of max value = 765). Red value is 169 (66.41% from 255 or 93.89% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 169 - color contains mainly: red. Hex color #A9010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9010A is #56FEF5. Grayscale: #343434. Windows color (decimal): -5701366 or 655785. OLE color: 655785.
HSL color Cylindrical-coordinate representation of color #A9010A: hue angle of 356.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9010A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.34 |
| HSL | 356.79º | 0.99% | 0.33% | - |
| HSV(B) | 356.79º | 0.99% | 0.66% | - |
| XYZ | 16.43 | 8.48 | 1.06 | - |
| YUV | 52.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 10 | 0 | 0.99 | 0.94 | 0.34 | 356.79 | 0.99 | 0.33 |
| Hex | A9 | 1 | A | 0 | 63 | 5E | 22 | 165 | 63 | 21 |
| Octal | 251 | 1 | 12 | 0 | 143 | 136 | 42 | 545 | 143 | 41 |
| Binary | 10101001 | 1 | 1010 | 0 | 1100011 | 1011110 | 100010 | 101100101 | 1100011 | 100001 |
Color Harmonies of #A9010A
Complementary color
Monochromatic Colors of #A9010A
Black with #A9010A
Text Example
Text Example
White with #A9010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9010A; }
p { color: rgb(169,1,10); }
H1.HeaderClassName
{
color: #A9010A;
}
.AnyTagClassName
{
color: #A9010A;
}
</style>
background-color css
<style>
a { background-color: #A9010A; }
a { background-color: rgb(169,1,10); }
div.DivClassName
{
background-color: #A9010A;
}
.BgClassName
{
background-color: #A9010A;
}
</style>
border-color css
<style>
span { border-color: #A9010A; }
span { border-color: rgb(169,1,10); }
td.TdClassName
{
border-color: #A9010A;
}
.TagClassName
{
border-color: #A9010A;
}
</style>