Shades of Sangria #A3020D
Tints of Sangria #A3020D
RGB
CMYK
RGB Variations
Color information
#A3020D (or 0xA3020D) is known color: Sangria. HEX triplet: A3, 02 and 0D. RGB value is (163,2,13). Sum of RGB (Red+Green+Blue) = 163+2+13=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A3020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3020D is #5CFDF2. Grayscale: #333333. Windows color (decimal): -6094323 or 852643. OLE color: 852643.
HSL color Cylindrical-coordinate representation of color #A3020D: hue angle of 355.9º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.36 |
| HSL | 355.9º | 0.98% | 0.32% | - |
| HSV(B) | 355.9º | 0.99% | 0.64% | - |
| XYZ | 15.2 | 7.86 | 1.1 | - |
| YUV | 51.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 13 | 0 | 0.99 | 0.92 | 0.36 | 355.9 | 0.98 | 0.32 |
| Hex | A3 | 2 | D | 0 | 63 | 5C | 24 | 164 | 62 | 20 |
| Octal | 243 | 2 | 15 | 0 | 143 | 134 | 44 | 544 | 142 | 40 |
| Binary | 10100011 | 10 | 1101 | 0 | 1100011 | 1011100 | 100100 | 101100100 | 1100010 | 100000 |
Color Harmonies of #A3020D
Complementary color
Monochromatic Colors of #A3020D
Black with #A3020D
Text Example
Text Example
White with #A3020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3020D; }
p { color: rgb(163,2,13); }
H1.HeaderClassName
{
color: #A3020D;
}
.AnyTagClassName
{
color: #A3020D;
}
</style>
background-color css
<style>
a { background-color: #A3020D; }
a { background-color: rgb(163,2,13); }
div.DivClassName
{
background-color: #A3020D;
}
.BgClassName
{
background-color: #A3020D;
}
</style>
border-color css
<style>
span { border-color: #A3020D; }
span { border-color: rgb(163,2,13); }
td.TdClassName
{
border-color: #A3020D;
}
.TagClassName
{
border-color: #A3020D;
}
</style>