Shades of Sangria #A00A0C
Tints of Sangria #A00A0C
RGB
CMYK
RGB Variations
Color information
#A00A0C (or 0xA00A0C) is known color: Sangria. HEX triplet: A0, 0A and 0C. RGB value is (160,10,12). Sum of RGB (Red+Green+Blue) = 160+10+12=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A0C is #5FF5F3. Grayscale: #373737. Windows color (decimal): -6288884 or 789152. OLE color: 789152.
HSL color Cylindrical-coordinate representation of color #A00A0C: hue angle of 359.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 12 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.37 |
| HSL | 359.2º | 0.88% | 0.33% | - |
| HSV(B) | 359.2º | 0.94% | 0.63% | - |
| XYZ | 14.67 | 7.72 | 1.06 | - |
| YUV | 55.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 12 | 0 | 0.94 | 0.93 | 0.37 | 359.2 | 0.88 | 0.33 |
| Hex | A0 | A | C | 0 | 5E | 5D | 25 | 167 | 58 | 21 |
| Octal | 240 | 12 | 14 | 0 | 136 | 135 | 45 | 547 | 130 | 41 |
| Binary | 10100000 | 1010 | 1100 | 0 | 1011110 | 1011101 | 100101 | 101100111 | 1011000 | 100001 |
Color Harmonies of #A00A0C
Complementary color
Monochromatic Colors of #A00A0C
Black with #A00A0C
Text Example
Text Example
White with #A00A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A0C; }
p { color: rgb(160,10,12); }
H1.HeaderClassName
{
color: #A00A0C;
}
.AnyTagClassName
{
color: #A00A0C;
}
</style>
background-color css
<style>
a { background-color: #A00A0C; }
a { background-color: rgb(160,10,12); }
div.DivClassName
{
background-color: #A00A0C;
}
.BgClassName
{
background-color: #A00A0C;
}
</style>
border-color css
<style>
span { border-color: #A00A0C; }
span { border-color: rgb(160,10,12); }
td.TdClassName
{
border-color: #A00A0C;
}
.TagClassName
{
border-color: #A00A0C;
}
</style>