Shades of Sangria #A01012
Tints of Sangria #A01012
RGB
CMYK
RGB Variations
Color information
#A01012 (or 0xA01012) is known color: Sangria. HEX triplet: A0, 10 and 12. RGB value is (160,16,18). Sum of RGB (Red+Green+Blue) = 160+16+18=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A01012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01012 is #5FEFED. Grayscale: #3B3B3B. Windows color (decimal): -6287342 or 1183904. OLE color: 1183904.
HSL color Cylindrical-coordinate representation of color #A01012: hue angle of 359.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01012 is Cyan = 0, Magento = 0.9, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 18 | - |
| CMYK | 0 | 0.9 | 0.89 | 0.37 |
| HSL | 359.17º | 0.82% | 0.35% | - |
| HSV(B) | 359.17º | 0.9% | 0.63% | - |
| XYZ | 14.79 | 7.89 | 1.32 | - |
| YUV | 59.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 18 | 0 | 0.9 | 0.89 | 0.37 | 359.17 | 0.82 | 0.35 |
| Hex | A0 | 10 | 12 | 0 | 5A | 59 | 25 | 167 | 52 | 23 |
| Octal | 240 | 20 | 22 | 0 | 132 | 131 | 45 | 547 | 122 | 43 |
| Binary | 10100000 | 10000 | 10010 | 0 | 1011010 | 1011001 | 100101 | 101100111 | 1010010 | 100011 |
Color Harmonies of #A01012
Complementary color
Monochromatic Colors of #A01012
Black with #A01012
Text Example
Text Example
White with #A01012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01012; }
p { color: rgb(160,16,18); }
H1.HeaderClassName
{
color: #A01012;
}
.AnyTagClassName
{
color: #A01012;
}
</style>
background-color css
<style>
a { background-color: #A01012; }
a { background-color: rgb(160,16,18); }
div.DivClassName
{
background-color: #A01012;
}
.BgClassName
{
background-color: #A01012;
}
</style>
border-color css
<style>
span { border-color: #A01012; }
span { border-color: rgb(160,16,18); }
td.TdClassName
{
border-color: #A01012;
}
.TagClassName
{
border-color: #A01012;
}
</style>