Shades of Sangria #A00209
Tints of Sangria #A00209
RGB
CMYK
RGB Variations
Color information
#A00209 (or 0xA00209) is known color: Sangria. HEX triplet: A0, 02 and 09. RGB value is (160,2,9). Sum of RGB (Red+Green+Blue) = 160+2+9=171 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.57% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 160 - color contains mainly: red. Hex color #A00209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00209 is #5FFDF6. Grayscale: #323232. Windows color (decimal): -6290935 or 590496. OLE color: 590496.
HSL color Cylindrical-coordinate representation of color #A00209: hue angle of 357.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.37 |
| HSL | 357.34º | 0.98% | 0.32% | - |
| HSV(B) | 357.34º | 0.99% | 0.63% | - |
| XYZ | 14.57 | 7.54 | 0.95 | - |
| YUV | 50.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 9 | 0 | 0.99 | 0.94 | 0.37 | 357.34 | 0.98 | 0.32 |
| Hex | A0 | 2 | 9 | 0 | 63 | 5E | 25 | 165 | 62 | 20 |
| Octal | 240 | 2 | 11 | 0 | 143 | 136 | 45 | 545 | 142 | 40 |
| Binary | 10100000 | 10 | 1001 | 0 | 1100011 | 1011110 | 100101 | 101100101 | 1100010 | 100000 |
Color Harmonies of #A00209
Complementary color
Monochromatic Colors of #A00209
Black with #A00209
Text Example
Text Example
White with #A00209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00209; }
p { color: rgb(160,2,9); }
H1.HeaderClassName
{
color: #A00209;
}
.AnyTagClassName
{
color: #A00209;
}
</style>
background-color css
<style>
a { background-color: #A00209; }
a { background-color: rgb(160,2,9); }
div.DivClassName
{
background-color: #A00209;
}
.BgClassName
{
background-color: #A00209;
}
</style>
border-color css
<style>
span { border-color: #A00209; }
span { border-color: rgb(160,2,9); }
td.TdClassName
{
border-color: #A00209;
}
.TagClassName
{
border-color: #A00209;
}
</style>