Shades of Sangria #A0040E
Tints of Sangria #A0040E
RGB
CMYK
RGB Variations
Color information
#A0040E (or 0xA0040E) is known color: Sangria. HEX triplet: A0, 04 and 0E. RGB value is (160,4,14). Sum of RGB (Red+Green+Blue) = 160+4+14=178 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.89% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 160 - color contains mainly: red. Hex color #A0040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0040E is #5FFBF1. Grayscale: #333333. Windows color (decimal): -6290418 or 918688. OLE color: 918688.
HSL color Cylindrical-coordinate representation of color #A0040E: hue angle of 356.15º 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 #A0040E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.37 |
| HSL | 356.15º | 0.95% | 0.32% | - |
| HSV(B) | 356.15º | 0.98% | 0.63% | - |
| XYZ | 14.62 | 7.59 | 1.11 | - |
| YUV | 51.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 14 | 0 | 0.98 | 0.91 | 0.37 | 356.15 | 0.95 | 0.32 |
| Hex | A0 | 4 | E | 0 | 62 | 5B | 25 | 164 | 5F | 20 |
| Octal | 240 | 4 | 16 | 0 | 142 | 133 | 45 | 544 | 137 | 40 |
| Binary | 10100000 | 100 | 1110 | 0 | 1100010 | 1011011 | 100101 | 101100100 | 1011111 | 100000 |
Color Harmonies of #A0040E
Complementary color
Monochromatic Colors of #A0040E
Black with #A0040E
Text Example
Text Example
White with #A0040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0040E; }
p { color: rgb(160,4,14); }
H1.HeaderClassName
{
color: #A0040E;
}
.AnyTagClassName
{
color: #A0040E;
}
</style>
background-color css
<style>
a { background-color: #A0040E; }
a { background-color: rgb(160,4,14); }
div.DivClassName
{
background-color: #A0040E;
}
.BgClassName
{
background-color: #A0040E;
}
</style>
border-color css
<style>
span { border-color: #A0040E; }
span { border-color: rgb(160,4,14); }
td.TdClassName
{
border-color: #A0040E;
}
.TagClassName
{
border-color: #A0040E;
}
</style>