Shades of Sangria #A10105
Tints of Sangria #A10105
RGB
CMYK
RGB Variations
Color information
#A10105 (or 0xA10105) is known color: Sangria. HEX triplet: A1, 01 and 05. RGB value is (161,1,5). Sum of RGB (Red+Green+Blue) = 161+1+5=167 (22% of max value = 765). Red value is 161 (63.28% from 255 or 96.41% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 161 - color contains mainly: red. Hex color #A10105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10105 is #5EFEFA. Grayscale: #313131. Windows color (decimal): -6225659 or 328097. OLE color: 328097.
HSL color Cylindrical-coordinate representation of color #A10105: hue angle of 358.5º 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 #A10105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.37 |
| HSL | 358.5º | 0.99% | 0.32% | - |
| HSV(B) | 358.5º | 0.99% | 0.63% | - |
| XYZ | 14.74 | 7.61 | 0.84 | - |
| YUV | 49.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 5 | 0 | 0.99 | 0.97 | 0.37 | 358.5 | 0.99 | 0.32 |
| Hex | A1 | 1 | 5 | 0 | 63 | 61 | 25 | 166 | 63 | 20 |
| Octal | 241 | 1 | 5 | 0 | 143 | 141 | 45 | 546 | 143 | 40 |
| Binary | 10100001 | 1 | 101 | 0 | 1100011 | 1100001 | 100101 | 101100110 | 1100011 | 100000 |
Color Harmonies of #A10105
Complementary color
Monochromatic Colors of #A10105
Black with #A10105
Text Example
Text Example
White with #A10105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10105; }
p { color: rgb(161,1,5); }
H1.HeaderClassName
{
color: #A10105;
}
.AnyTagClassName
{
color: #A10105;
}
</style>
background-color css
<style>
a { background-color: #A10105; }
a { background-color: rgb(161,1,5); }
div.DivClassName
{
background-color: #A10105;
}
.BgClassName
{
background-color: #A10105;
}
</style>
border-color css
<style>
span { border-color: #A10105; }
span { border-color: rgb(161,1,5); }
td.TdClassName
{
border-color: #A10105;
}
.TagClassName
{
border-color: #A10105;
}
</style>