Shades of Sangria #A2030A
Tints of Sangria #A2030A
RGB
CMYK
RGB Variations
Color information
#A2030A (or 0xA2030A) is known color: Sangria. HEX triplet: A2, 03 and 0A. RGB value is (162,3,10). Sum of RGB (Red+Green+Blue) = 162+3+10=175 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 162 - color contains mainly: red. Hex color #A2030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2030A is #5DFCF5. Grayscale: #333333. Windows color (decimal): -6159606 or 656290. OLE color: 656290.
HSL color Cylindrical-coordinate representation of color #A2030A: hue angle of 357.36º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.36 |
| HSL | 357.36º | 0.96% | 0.32% | - |
| HSV(B) | 357.36º | 0.98% | 0.64% | - |
| XYZ | 14.99 | 7.77 | 1 | - |
| YUV | 51.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 10 | 0 | 0.98 | 0.94 | 0.36 | 357.36 | 0.96 | 0.32 |
| Hex | A2 | 3 | A | 0 | 62 | 5E | 24 | 165 | 60 | 20 |
| Octal | 242 | 3 | 12 | 0 | 142 | 136 | 44 | 545 | 140 | 40 |
| Binary | 10100010 | 11 | 1010 | 0 | 1100010 | 1011110 | 100100 | 101100101 | 1100000 | 100000 |
Color Harmonies of #A2030A
Complementary color
Monochromatic Colors of #A2030A
Black with #A2030A
Text Example
Text Example
White with #A2030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2030A; }
p { color: rgb(162,3,10); }
H1.HeaderClassName
{
color: #A2030A;
}
.AnyTagClassName
{
color: #A2030A;
}
</style>
background-color css
<style>
a { background-color: #A2030A; }
a { background-color: rgb(162,3,10); }
div.DivClassName
{
background-color: #A2030A;
}
.BgClassName
{
background-color: #A2030A;
}
</style>
border-color css
<style>
span { border-color: #A2030A; }
span { border-color: rgb(162,3,10); }
td.TdClassName
{
border-color: #A2030A;
}
.TagClassName
{
border-color: #A2030A;
}
</style>