Shades of Sangria #A00109
Tints of Sangria #A00109
RGB
CMYK
RGB Variations
Color information
#A00109 (or 0xA00109) is known color: Sangria. HEX triplet: A0, 01 and 09. RGB value is (160,1,9). Sum of RGB (Red+Green+Blue) = 160+1+9=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00109 is #5FFEF6. Grayscale: #313131. Windows color (decimal): -6291191 or 590240. OLE color: 590240.
HSL color Cylindrical-coordinate representation of color #A00109: hue angle of 356.98º degrees, saturation: 0.99, 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 #A00109 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.37 |
| HSL | 356.98º | 0.99% | 0.32% | - |
| HSV(B) | 356.98º | 0.99% | 0.63% | - |
| XYZ | 14.56 | 7.52 | 0.94 | - |
| YUV | 49.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 9 | 0 | 0.99 | 0.94 | 0.37 | 356.98 | 0.99 | 0.32 |
| Hex | A0 | 1 | 9 | 0 | 63 | 5E | 25 | 165 | 63 | 20 |
| Octal | 240 | 1 | 11 | 0 | 143 | 136 | 45 | 545 | 143 | 40 |
| Binary | 10100000 | 1 | 1001 | 0 | 1100011 | 1011110 | 100101 | 101100101 | 1100011 | 100000 |
Color Harmonies of #A00109
Complementary color
Monochromatic Colors of #A00109
Black with #A00109
Text Example
Text Example
White with #A00109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00109; }
p { color: rgb(160,1,9); }
H1.HeaderClassName
{
color: #A00109;
}
.AnyTagClassName
{
color: #A00109;
}
</style>
background-color css
<style>
a { background-color: #A00109; }
a { background-color: rgb(160,1,9); }
div.DivClassName
{
background-color: #A00109;
}
.BgClassName
{
background-color: #A00109;
}
</style>
border-color css
<style>
span { border-color: #A00109; }
span { border-color: rgb(160,1,9); }
td.TdClassName
{
border-color: #A00109;
}
.TagClassName
{
border-color: #A00109;
}
</style>