Shades of Sangria #A20007
Tints of Sangria #A20007
RGB
CMYK
RGB Variations
Color information
#A20007 (or 0xA20007) is known color: Sangria. HEX triplet: A2, 00 and 07. RGB value is (162,0,7). Sum of RGB (Red+Green+Blue) = 162+0+7=169 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.86% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 162 - color contains mainly: red. Hex color #A20007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20007 is #5DFFF8. Grayscale: #313131. Windows color (decimal): -6160377 or 458914. OLE color: 458914.
HSL color Cylindrical-coordinate representation of color #A20007: hue angle of 357.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.36 |
| HSL | 357.41º | 1% | 0.32% | - |
| HSV(B) | 357.41º | 1% | 0.64% | - |
| XYZ | 14.94 | 7.7 | 0.9 | - |
| YUV | 49.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 7 | 0 | 1 | 0.96 | 0.36 | 357.41 | 1 | 0.32 |
| Hex | A2 | 0 | 7 | 0 | 64 | 60 | 24 | 165 | 64 | 20 |
| Octal | 242 | 0 | 7 | 0 | 144 | 140 | 44 | 545 | 144 | 40 |
| Binary | 10100010 | 0 | 111 | 0 | 1100100 | 1100000 | 100100 | 101100101 | 1100100 | 100000 |
Color Harmonies of #A20007
Complementary color
Monochromatic Colors of #A20007
Black with #A20007
Text Example
Text Example
White with #A20007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20007; }
p { color: rgb(162,0,7); }
H1.HeaderClassName
{
color: #A20007;
}
.AnyTagClassName
{
color: #A20007;
}
</style>
background-color css
<style>
a { background-color: #A20007; }
a { background-color: rgb(162,0,7); }
div.DivClassName
{
background-color: #A20007;
}
.BgClassName
{
background-color: #A20007;
}
</style>
border-color css
<style>
span { border-color: #A20007; }
span { border-color: rgb(162,0,7); }
td.TdClassName
{
border-color: #A20007;
}
.TagClassName
{
border-color: #A20007;
}
</style>