Shades of Sangria #A10104
Tints of Sangria #A10104
RGB
CMYK
RGB Variations
Color information
#A10104 (or 0xA10104) is known color: Sangria. HEX triplet: A1, 01 and 04. RGB value is (161,1,4). Sum of RGB (Red+Green+Blue) = 161+1+4=166 (21% of max value = 765). Red value is 161 (63.28% from 255 or 96.99% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 161 - color contains mainly: red. Hex color #A10104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10104 is #5EFEFB. Grayscale: #313131. Windows color (decimal): -6225660 or 262561. OLE color: 262561.
HSL color Cylindrical-coordinate representation of color #A10104: hue angle of 358.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 #A10104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.37 |
| HSL | 358.88º | 0.99% | 0.32% | - |
| HSV(B) | 358.88º | 0.99% | 0.63% | - |
| XYZ | 14.73 | 7.61 | 0.81 | - |
| YUV | 49.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 4 | 0 | 0.99 | 0.98 | 0.37 | 358.88 | 0.99 | 0.32 |
| Hex | A1 | 1 | 4 | 0 | 63 | 62 | 25 | 167 | 63 | 20 |
| Octal | 241 | 1 | 4 | 0 | 143 | 142 | 45 | 547 | 143 | 40 |
| Binary | 10100001 | 1 | 100 | 0 | 1100011 | 1100010 | 100101 | 101100111 | 1100011 | 100000 |
Color Harmonies of #A10104
Complementary color
Monochromatic Colors of #A10104
Black with #A10104
Text Example
Text Example
White with #A10104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10104; }
p { color: rgb(161,1,4); }
H1.HeaderClassName
{
color: #A10104;
}
.AnyTagClassName
{
color: #A10104;
}
</style>
background-color css
<style>
a { background-color: #A10104; }
a { background-color: rgb(161,1,4); }
div.DivClassName
{
background-color: #A10104;
}
.BgClassName
{
background-color: #A10104;
}
</style>
border-color css
<style>
span { border-color: #A10104; }
span { border-color: rgb(161,1,4); }
td.TdClassName
{
border-color: #A10104;
}
.TagClassName
{
border-color: #A10104;
}
</style>