Shades of Sangria #A1030A
Tints of Sangria #A1030A
RGB
CMYK
RGB Variations
Color information
#A1030A (or 0xA1030A) is known color: Sangria. HEX triplet: A1, 03 and 0A. RGB value is (161,3,10). Sum of RGB (Red+Green+Blue) = 161+3+10=174 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92.53% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 161 - color contains mainly: red. Hex color #A1030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1030A is #5EFCF5. Grayscale: #333333. Windows color (decimal): -6225142 or 656289. OLE color: 656289.
HSL color Cylindrical-coordinate representation of color #A1030A: hue angle of 357.34º degrees, saturation: 0.96, 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 #A1030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.37 |
| HSL | 357.34º | 0.96% | 0.32% | - |
| HSV(B) | 357.34º | 0.98% | 0.63% | - |
| XYZ | 14.79 | 7.66 | 0.99 | - |
| YUV | 51.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 10 | 0 | 0.98 | 0.94 | 0.37 | 357.34 | 0.96 | 0.32 |
| Hex | A1 | 3 | A | 0 | 62 | 5E | 25 | 165 | 60 | 20 |
| Octal | 241 | 3 | 12 | 0 | 142 | 136 | 45 | 545 | 140 | 40 |
| Binary | 10100001 | 11 | 1010 | 0 | 1100010 | 1011110 | 100101 | 101100101 | 1100000 | 100000 |
Color Harmonies of #A1030A
Complementary color
Monochromatic Colors of #A1030A
Black with #A1030A
Text Example
Text Example
White with #A1030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1030A; }
p { color: rgb(161,3,10); }
H1.HeaderClassName
{
color: #A1030A;
}
.AnyTagClassName
{
color: #A1030A;
}
</style>
background-color css
<style>
a { background-color: #A1030A; }
a { background-color: rgb(161,3,10); }
div.DivClassName
{
background-color: #A1030A;
}
.BgClassName
{
background-color: #A1030A;
}
</style>
border-color css
<style>
span { border-color: #A1030A; }
span { border-color: rgb(161,3,10); }
td.TdClassName
{
border-color: #A1030A;
}
.TagClassName
{
border-color: #A1030A;
}
</style>