Shades of Sangria #A1010C
Tints of Sangria #A1010C
RGB
CMYK
RGB Variations
Color information
#A1010C (or 0xA1010C) is known color: Sangria. HEX triplet: A1, 01 and 0C. RGB value is (161,1,12). Sum of RGB (Red+Green+Blue) = 161+1+12=174 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92.53% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 161 - color contains mainly: red. Hex color #A1010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1010C is #5EFEF3. Grayscale: #323232. Windows color (decimal): -6225652 or 786849. OLE color: 786849.
HSL color Cylindrical-coordinate representation of color #A1010C: hue angle of 355.88º 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 #A1010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.37 |
| HSL | 355.88º | 0.99% | 0.32% | - |
| HSV(B) | 355.88º | 0.99% | 0.63% | - |
| XYZ | 14.78 | 7.63 | 1.04 | - |
| YUV | 50.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 12 | 0 | 0.99 | 0.93 | 0.37 | 355.88 | 0.99 | 0.32 |
| Hex | A1 | 1 | C | 0 | 63 | 5D | 25 | 164 | 63 | 20 |
| Octal | 241 | 1 | 14 | 0 | 143 | 135 | 45 | 544 | 143 | 40 |
| Binary | 10100001 | 1 | 1100 | 0 | 1100011 | 1011101 | 100101 | 101100100 | 1100011 | 100000 |
Color Harmonies of #A1010C
Complementary color
Monochromatic Colors of #A1010C
Black with #A1010C
Text Example
Text Example
White with #A1010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1010C; }
p { color: rgb(161,1,12); }
H1.HeaderClassName
{
color: #A1010C;
}
.AnyTagClassName
{
color: #A1010C;
}
</style>
background-color css
<style>
a { background-color: #A1010C; }
a { background-color: rgb(161,1,12); }
div.DivClassName
{
background-color: #A1010C;
}
.BgClassName
{
background-color: #A1010C;
}
</style>
border-color css
<style>
span { border-color: #A1010C; }
span { border-color: rgb(161,1,12); }
td.TdClassName
{
border-color: #A1010C;
}
.TagClassName
{
border-color: #A1010C;
}
</style>