Shades of Sangria #A1040E
Tints of Sangria #A1040E
RGB
CMYK
RGB Variations
Color information
#A1040E (or 0xA1040E) is known color: Sangria. HEX triplet: A1, 04 and 0E. RGB value is (161,4,14). Sum of RGB (Red+Green+Blue) = 161+4+14=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A1040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1040E is #5EFBF1. Grayscale: #343434. Windows color (decimal): -6224882 or 918689. OLE color: 918689.
HSL color Cylindrical-coordinate representation of color #A1040E: hue angle of 356.18º 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 #A1040E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.37 |
| HSL | 356.18º | 0.95% | 0.32% | - |
| HSV(B) | 356.18º | 0.98% | 0.63% | - |
| XYZ | 14.82 | 7.7 | 1.12 | - |
| YUV | 52.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 14 | 0 | 0.98 | 0.91 | 0.37 | 356.18 | 0.95 | 0.32 |
| Hex | A1 | 4 | E | 0 | 62 | 5B | 25 | 164 | 5F | 20 |
| Octal | 241 | 4 | 16 | 0 | 142 | 133 | 45 | 544 | 137 | 40 |
| Binary | 10100001 | 100 | 1110 | 0 | 1100010 | 1011011 | 100101 | 101100100 | 1011111 | 100000 |
Color Harmonies of #A1040E
Complementary color
Monochromatic Colors of #A1040E
Black with #A1040E
Text Example
Text Example
White with #A1040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1040E; }
p { color: rgb(161,4,14); }
H1.HeaderClassName
{
color: #A1040E;
}
.AnyTagClassName
{
color: #A1040E;
}
</style>
background-color css
<style>
a { background-color: #A1040E; }
a { background-color: rgb(161,4,14); }
div.DivClassName
{
background-color: #A1040E;
}
.BgClassName
{
background-color: #A1040E;
}
</style>
border-color css
<style>
span { border-color: #A1040E; }
span { border-color: rgb(161,4,14); }
td.TdClassName
{
border-color: #A1040E;
}
.TagClassName
{
border-color: #A1040E;
}
</style>