Shades of Sangria #A0070C
Tints of Sangria #A0070C
RGB
CMYK
RGB Variations
Color information
#A0070C (or 0xA0070C) is known color: Sangria. HEX triplet: A0, 07 and 0C. RGB value is (160,7,12). Sum of RGB (Red+Green+Blue) = 160+7+12=179 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.39% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 160 - color contains mainly: red. Hex color #A0070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0070C is #5FF8F3. Grayscale: #353535. Windows color (decimal): -6289652 or 788384. OLE color: 788384.
HSL color Cylindrical-coordinate representation of color #A0070C: hue angle of 358.04º 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 #A0070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.37 |
| HSL | 358.04º | 0.92% | 0.33% | - |
| HSV(B) | 358.04º | 0.96% | 0.63% | - |
| XYZ | 14.64 | 7.65 | 1.05 | - |
| YUV | 53.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 12 | 0 | 0.96 | 0.93 | 0.37 | 358.04 | 0.92 | 0.33 |
| Hex | A0 | 7 | C | 0 | 60 | 5D | 25 | 166 | 5C | 21 |
| Octal | 240 | 7 | 14 | 0 | 140 | 135 | 45 | 546 | 134 | 41 |
| Binary | 10100000 | 111 | 1100 | 0 | 1100000 | 1011101 | 100101 | 101100110 | 1011100 | 100001 |
Color Harmonies of #A0070C
Complementary color
Monochromatic Colors of #A0070C
Black with #A0070C
Text Example
Text Example
White with #A0070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0070C; }
p { color: rgb(160,7,12); }
H1.HeaderClassName
{
color: #A0070C;
}
.AnyTagClassName
{
color: #A0070C;
}
</style>
background-color css
<style>
a { background-color: #A0070C; }
a { background-color: rgb(160,7,12); }
div.DivClassName
{
background-color: #A0070C;
}
.BgClassName
{
background-color: #A0070C;
}
</style>
border-color css
<style>
span { border-color: #A0070C; }
span { border-color: rgb(160,7,12); }
td.TdClassName
{
border-color: #A0070C;
}
.TagClassName
{
border-color: #A0070C;
}
</style>