Shades of Sangria #A0030A
Tints of Sangria #A0030A
RGB
CMYK
RGB Variations
Color information
#A0030A (or 0xA0030A) is known color: Sangria. HEX triplet: A0, 03 and 0A. RGB value is (160,3,10). Sum of RGB (Red+Green+Blue) = 160+3+10=173 (22% of max value = 765). Red value is 160 (62.89% from 255 or 92.49% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 160 - color contains mainly: red. Hex color #A0030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0030A is #5FFCF5. Grayscale: #323232. Windows color (decimal): -6290678 or 656288. OLE color: 656288.
HSL color Cylindrical-coordinate representation of color #A0030A: hue angle of 357.32º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.37 |
| HSL | 357.32º | 0.96% | 0.32% | - |
| HSV(B) | 357.32º | 0.98% | 0.63% | - |
| XYZ | 14.58 | 7.56 | 0.98 | - |
| YUV | 50.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 10 | 0 | 0.98 | 0.94 | 0.37 | 357.32 | 0.96 | 0.32 |
| Hex | A0 | 3 | A | 0 | 62 | 5E | 25 | 165 | 60 | 20 |
| Octal | 240 | 3 | 12 | 0 | 142 | 136 | 45 | 545 | 140 | 40 |
| Binary | 10100000 | 11 | 1010 | 0 | 1100010 | 1011110 | 100101 | 101100101 | 1100000 | 100000 |
Color Harmonies of #A0030A
Complementary color
Monochromatic Colors of #A0030A
Black with #A0030A
Text Example
Text Example
White with #A0030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0030A; }
p { color: rgb(160,3,10); }
H1.HeaderClassName
{
color: #A0030A;
}
.AnyTagClassName
{
color: #A0030A;
}
</style>
background-color css
<style>
a { background-color: #A0030A; }
a { background-color: rgb(160,3,10); }
div.DivClassName
{
background-color: #A0030A;
}
.BgClassName
{
background-color: #A0030A;
}
</style>
border-color css
<style>
span { border-color: #A0030A; }
span { border-color: rgb(160,3,10); }
td.TdClassName
{
border-color: #A0030A;
}
.TagClassName
{
border-color: #A0030A;
}
</style>