Shades of Sangria #A20C0D
Tints of Sangria #A20C0D
RGB
CMYK
RGB Variations
Color information
#A20C0D (or 0xA20C0D) is known color: Sangria. HEX triplet: A2, 0C and 0D. RGB value is (162,12,13). Sum of RGB (Red+Green+Blue) = 162+12+13=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20C0D is #5DF3F2. Grayscale: #393939. Windows color (decimal): -6157299 or 855202. OLE color: 855202.
HSL color Cylindrical-coordinate representation of color #A20C0D: hue angle of 359.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 12 | 13 | - |
CMYK | 0 | 0.93 | 0.92 | 0.36 |
HSL | 359.6º | 0.86% | 0.34% | - |
HSV(B) | 359.6º | 0.93% | 0.64% | - |
XYZ | 15.1 | 7.97 | 1.12 | - |
YUV | 56.96 | 103.2 | 202.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 12 | 13 | 0 | 0.93 | 0.92 | 0.36 | 359.6 | 0.86 | 0.34 |
Hex | A2 | C | D | 0 | 5D | 5C | 24 | 168 | 56 | 22 |
Octal | 242 | 14 | 15 | 0 | 135 | 134 | 44 | 550 | 126 | 42 |
Binary | 10100010 | 1100 | 1101 | 0 | 1011101 | 1011100 | 100100 | 101101000 | 1010110 | 100010 |
Color Harmonies of #A20C0D
Complementary color
Monochromatic Colors of #A20C0D
Black with #A20C0D
Text Example
Text Example
White with #A20C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C0D; }
p { color: rgb(162,12,13); }
H1.HeaderClassName
{
color: #A20C0D;
}
.AnyTagClassName
{
color: #A20C0D;
}
</style>
background-color css
<style>
a { background-color: #A20C0D; }
a { background-color: rgb(162,12,13); }
div.DivClassName
{
background-color: #A20C0D;
}
.BgClassName
{
background-color: #A20C0D;
}
</style>
border-color css
<style>
span { border-color: #A20C0D; }
span { border-color: rgb(162,12,13); }
td.TdClassName
{
border-color: #A20C0D;
}
.TagClassName
{
border-color: #A20C0D;
}
</style>