Shades of Sangria #A7010C
Tints of Sangria #A7010C
RGB
CMYK
RGB Variations
Color information
#A7010C (or 0xA7010C) is known color: Sangria. HEX triplet: A7, 01 and 0C. RGB value is (167,1,12). Sum of RGB (Red+Green+Blue) = 167+1+12=180 (23% of max value = 765). Red value is 167 (65.62% from 255 or 92.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 167 - color contains mainly: red. Hex color #A7010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7010C is #58FEF3. Grayscale: #343434. Windows color (decimal): -5832436 or 786855. OLE color: 786855.
HSL color Cylindrical-coordinate representation of color #A7010C: hue angle of 356.02º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.35 |
| HSL | 356.02º | 0.99% | 0.33% | - |
| HSV(B) | 356.02º | 0.99% | 0.65% | - |
| XYZ | 16.01 | 8.26 | 1.1 | - |
| YUV | 51.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 12 | 0 | 0.99 | 0.93 | 0.35 | 356.02 | 0.99 | 0.33 |
| Hex | A7 | 1 | C | 0 | 63 | 5D | 23 | 164 | 63 | 21 |
| Octal | 247 | 1 | 14 | 0 | 143 | 135 | 43 | 544 | 143 | 41 |
| Binary | 10100111 | 1 | 1100 | 0 | 1100011 | 1011101 | 100011 | 101100100 | 1100011 | 100001 |
Color Harmonies of #A7010C
Complementary color
Monochromatic Colors of #A7010C
Black with #A7010C
Text Example
Text Example
White with #A7010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7010C; }
p { color: rgb(167,1,12); }
H1.HeaderClassName
{
color: #A7010C;
}
.AnyTagClassName
{
color: #A7010C;
}
</style>
background-color css
<style>
a { background-color: #A7010C; }
a { background-color: rgb(167,1,12); }
div.DivClassName
{
background-color: #A7010C;
}
.BgClassName
{
background-color: #A7010C;
}
</style>
border-color css
<style>
span { border-color: #A7010C; }
span { border-color: rgb(167,1,12); }
td.TdClassName
{
border-color: #A7010C;
}
.TagClassName
{
border-color: #A7010C;
}
</style>