Shades of Sangria #A3060D
Tints of Sangria #A3060D
RGB
CMYK
RGB Variations
Color information
#A3060D (or 0xA3060D) is known color: Sangria. HEX triplet: A3, 06 and 0D. RGB value is (163,6,13). Sum of RGB (Red+Green+Blue) = 163+6+13=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A3060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3060D is #5CF9F2. Grayscale: #353535. Windows color (decimal): -6093299 or 853667. OLE color: 853667.
HSL color Cylindrical-coordinate representation of color #A3060D: hue angle of 357.32º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3060D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.36 |
| HSL | 357.32º | 0.93% | 0.33% | - |
| HSV(B) | 357.32º | 0.96% | 0.64% | - |
| XYZ | 15.24 | 7.95 | 1.11 | - |
| YUV | 53.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 13 | 0 | 0.96 | 0.92 | 0.36 | 357.32 | 0.93 | 0.33 |
| Hex | A3 | 6 | D | 0 | 60 | 5C | 24 | 165 | 5D | 21 |
| Octal | 243 | 6 | 15 | 0 | 140 | 134 | 44 | 545 | 135 | 41 |
| Binary | 10100011 | 110 | 1101 | 0 | 1100000 | 1011100 | 100100 | 101100101 | 1011101 | 100001 |
Color Harmonies of #A3060D
Complementary color
Monochromatic Colors of #A3060D
Black with #A3060D
Text Example
Text Example
White with #A3060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3060D; }
p { color: rgb(163,6,13); }
H1.HeaderClassName
{
color: #A3060D;
}
.AnyTagClassName
{
color: #A3060D;
}
</style>
background-color css
<style>
a { background-color: #A3060D; }
a { background-color: rgb(163,6,13); }
div.DivClassName
{
background-color: #A3060D;
}
.BgClassName
{
background-color: #A3060D;
}
</style>
border-color css
<style>
span { border-color: #A3060D; }
span { border-color: rgb(163,6,13); }
td.TdClassName
{
border-color: #A3060D;
}
.TagClassName
{
border-color: #A3060D;
}
</style>