Shades of Sangria #A0070D
Tints of Sangria #A0070D
RGB
CMYK
RGB Variations
Color information
#A0070D (or 0xA0070D) is known color: Sangria. HEX triplet: A0, 07 and 0D. RGB value is (160,7,13). Sum of RGB (Red+Green+Blue) = 160+7+13=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A0070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0070D is #5FF8F2. Grayscale: #353535. Windows color (decimal): -6289651 or 853920. OLE color: 853920.
HSL color Cylindrical-coordinate representation of color #A0070D: hue angle of 357.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0070D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.37 |
| HSL | 357.65º | 0.92% | 0.33% | - |
| HSV(B) | 357.65º | 0.96% | 0.63% | - |
| XYZ | 14.65 | 7.65 | 1.09 | - |
| YUV | 53.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 13 | 0 | 0.96 | 0.92 | 0.37 | 357.65 | 0.92 | 0.33 |
| Hex | A0 | 7 | D | 0 | 60 | 5C | 25 | 166 | 5C | 21 |
| Octal | 240 | 7 | 15 | 0 | 140 | 134 | 45 | 546 | 134 | 41 |
| Binary | 10100000 | 111 | 1101 | 0 | 1100000 | 1011100 | 100101 | 101100110 | 1011100 | 100001 |
Color Harmonies of #A0070D
Complementary color
Monochromatic Colors of #A0070D
Black with #A0070D
Text Example
Text Example
White with #A0070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0070D; }
p { color: rgb(160,7,13); }
H1.HeaderClassName
{
color: #A0070D;
}
.AnyTagClassName
{
color: #A0070D;
}
</style>
background-color css
<style>
a { background-color: #A0070D; }
a { background-color: rgb(160,7,13); }
div.DivClassName
{
background-color: #A0070D;
}
.BgClassName
{
background-color: #A0070D;
}
</style>
border-color css
<style>
span { border-color: #A0070D; }
span { border-color: rgb(160,7,13); }
td.TdClassName
{
border-color: #A0070D;
}
.TagClassName
{
border-color: #A0070D;
}
</style>