Shades of Sangria #A7000C
Tints of Sangria #A7000C
RGB
CMYK
RGB Variations
Color information
#A7000C (or 0xA7000C) is known color: Sangria. HEX triplet: A7, 00 and 0C. RGB value is (167,0,12). Sum of RGB (Red+Green+Blue) = 167+0+12=179 (23% of max value = 765). Red value is 167 (65.62% from 255 or 93.30% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 167 - color contains mainly: red. Hex color #A7000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7000C is #58FFF3. Grayscale: #333333. Windows color (decimal): -5832692 or 786599. OLE color: 786599.
HSL color Cylindrical-coordinate representation of color #A7000C: hue angle of 355.69º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.35 |
| HSL | 355.69º | 1% | 0.33% | - |
| HSV(B) | 355.69º | 1% | 0.65% | - |
| XYZ | 16 | 8.24 | 1.1 | - |
| YUV | 51.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 12 | 0 | 1 | 0.93 | 0.35 | 355.69 | 1 | 0.33 |
| Hex | A7 | 0 | C | 0 | 64 | 5D | 23 | 164 | 64 | 21 |
| Octal | 247 | 0 | 14 | 0 | 144 | 135 | 43 | 544 | 144 | 41 |
| Binary | 10100111 | 0 | 1100 | 0 | 1100100 | 1011101 | 100011 | 101100100 | 1100100 | 100001 |
Color Harmonies of #A7000C
Complementary color
Monochromatic Colors of #A7000C
Black with #A7000C
Text Example
Text Example
White with #A7000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7000C; }
p { color: rgb(167,0,12); }
H1.HeaderClassName
{
color: #A7000C;
}
.AnyTagClassName
{
color: #A7000C;
}
</style>
background-color css
<style>
a { background-color: #A7000C; }
a { background-color: rgb(167,0,12); }
div.DivClassName
{
background-color: #A7000C;
}
.BgClassName
{
background-color: #A7000C;
}
</style>
border-color css
<style>
span { border-color: #A7000C; }
span { border-color: rgb(167,0,12); }
td.TdClassName
{
border-color: #A7000C;
}
.TagClassName
{
border-color: #A7000C;
}
</style>