Shades of Sangria #A3020B
Tints of Sangria #A3020B
RGB
CMYK
RGB Variations
Color information
#A3020B (or 0xA3020B) is known color: Sangria. HEX triplet: A3, 02 and 0B. RGB value is (163,2,11). Sum of RGB (Red+Green+Blue) = 163+2+11=176 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.61% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 163 - color contains mainly: red. Hex color #A3020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3020B is #5CFDF4. Grayscale: #333333. Windows color (decimal): -6094325 or 721571. OLE color: 721571.
HSL color Cylindrical-coordinate representation of color #A3020B: hue angle of 356.65º 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 #A3020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.36 |
| HSL | 356.65º | 0.98% | 0.32% | - |
| HSV(B) | 356.65º | 0.99% | 0.64% | - |
| XYZ | 15.19 | 7.85 | 1.03 | - |
| YUV | 51.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 11 | 0 | 0.99 | 0.93 | 0.36 | 356.65 | 0.98 | 0.32 |
| Hex | A3 | 2 | B | 0 | 63 | 5D | 24 | 165 | 62 | 20 |
| Octal | 243 | 2 | 13 | 0 | 143 | 135 | 44 | 545 | 142 | 40 |
| Binary | 10100011 | 10 | 1011 | 0 | 1100011 | 1011101 | 100100 | 101100101 | 1100010 | 100000 |
Color Harmonies of #A3020B
Complementary color
Monochromatic Colors of #A3020B
Black with #A3020B
Text Example
Text Example
White with #A3020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3020B; }
p { color: rgb(163,2,11); }
H1.HeaderClassName
{
color: #A3020B;
}
.AnyTagClassName
{
color: #A3020B;
}
</style>
background-color css
<style>
a { background-color: #A3020B; }
a { background-color: rgb(163,2,11); }
div.DivClassName
{
background-color: #A3020B;
}
.BgClassName
{
background-color: #A3020B;
}
</style>
border-color css
<style>
span { border-color: #A3020B; }
span { border-color: rgb(163,2,11); }
td.TdClassName
{
border-color: #A3020B;
}
.TagClassName
{
border-color: #A3020B;
}
</style>