Shades of Sangria #A0040D
Tints of Sangria #A0040D
RGB
CMYK
RGB Variations
Color information
#A0040D (or 0xA0040D) is known color: Sangria. HEX triplet: A0, 04 and 0D. RGB value is (160,4,13). Sum of RGB (Red+Green+Blue) = 160+4+13=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A0040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0040D is #5FFBF2. Grayscale: #333333. Windows color (decimal): -6290419 or 853152. OLE color: 853152.
HSL color Cylindrical-coordinate representation of color #A0040D: hue angle of 356.54º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0040D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.37 |
| HSL | 356.54º | 0.95% | 0.32% | - |
| HSV(B) | 356.54º | 0.98% | 0.63% | - |
| XYZ | 14.61 | 7.59 | 1.08 | - |
| YUV | 51.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 13 | 0 | 0.98 | 0.92 | 0.37 | 356.54 | 0.95 | 0.32 |
| Hex | A0 | 4 | D | 0 | 62 | 5C | 25 | 165 | 5F | 20 |
| Octal | 240 | 4 | 15 | 0 | 142 | 134 | 45 | 545 | 137 | 40 |
| Binary | 10100000 | 100 | 1101 | 0 | 1100010 | 1011100 | 100101 | 101100101 | 1011111 | 100000 |
Color Harmonies of #A0040D
Complementary color
Monochromatic Colors of #A0040D
Black with #A0040D
Text Example
Text Example
White with #A0040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0040D; }
p { color: rgb(160,4,13); }
H1.HeaderClassName
{
color: #A0040D;
}
.AnyTagClassName
{
color: #A0040D;
}
</style>
background-color css
<style>
a { background-color: #A0040D; }
a { background-color: rgb(160,4,13); }
div.DivClassName
{
background-color: #A0040D;
}
.BgClassName
{
background-color: #A0040D;
}
</style>
border-color css
<style>
span { border-color: #A0040D; }
span { border-color: rgb(160,4,13); }
td.TdClassName
{
border-color: #A0040D;
}
.TagClassName
{
border-color: #A0040D;
}
</style>