Shades of Sangria #A1010E
Tints of Sangria #A1010E
RGB
CMYK
RGB Variations
Color information
#A1010E (or 0xA1010E) is known color: Sangria. HEX triplet: A1, 01 and 0E. RGB value is (161,1,14). Sum of RGB (Red+Green+Blue) = 161+1+14=176 (23% of max value = 765). Red value is 161 (63.28% from 255 or 91.48% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 161 - color contains mainly: red. Hex color #A1010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1010E is #5EFEF1. Grayscale: #323232. Windows color (decimal): -6225650 or 917921. OLE color: 917921.
HSL color Cylindrical-coordinate representation of color #A1010E: hue angle of 355.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.37 |
| HSL | 355.13º | 0.99% | 0.32% | - |
| HSV(B) | 355.13º | 0.99% | 0.63% | - |
| XYZ | 14.79 | 7.63 | 1.11 | - |
| YUV | 50.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 14 | 0 | 0.99 | 0.91 | 0.37 | 355.13 | 0.99 | 0.32 |
| Hex | A1 | 1 | E | 0 | 63 | 5B | 25 | 163 | 63 | 20 |
| Octal | 241 | 1 | 16 | 0 | 143 | 133 | 45 | 543 | 143 | 40 |
| Binary | 10100001 | 1 | 1110 | 0 | 1100011 | 1011011 | 100101 | 101100011 | 1100011 | 100000 |
Color Harmonies of #A1010E
Complementary color
Monochromatic Colors of #A1010E
Black with #A1010E
Text Example
Text Example
White with #A1010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1010E; }
p { color: rgb(161,1,14); }
H1.HeaderClassName
{
color: #A1010E;
}
.AnyTagClassName
{
color: #A1010E;
}
</style>
background-color css
<style>
a { background-color: #A1010E; }
a { background-color: rgb(161,1,14); }
div.DivClassName
{
background-color: #A1010E;
}
.BgClassName
{
background-color: #A1010E;
}
</style>
border-color css
<style>
span { border-color: #A1010E; }
span { border-color: rgb(161,1,14); }
td.TdClassName
{
border-color: #A1010E;
}
.TagClassName
{
border-color: #A1010E;
}
</style>