Shades of Sangria #A1070A
Tints of Sangria #A1070A
RGB
CMYK
RGB Variations
Color information
#A1070A (or 0xA1070A) is known color: Sangria. HEX triplet: A1, 07 and 0A. RGB value is (161,7,10). Sum of RGB (Red+Green+Blue) = 161+7+10=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A1070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1070A is #5EF8F5. Grayscale: #353535. Windows color (decimal): -6224118 or 657313. OLE color: 657313.
HSL color Cylindrical-coordinate representation of color #A1070A: hue angle of 358.83º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1070A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.37 |
| HSL | 358.83º | 0.92% | 0.33% | - |
| HSV(B) | 358.83º | 0.96% | 0.63% | - |
| XYZ | 14.83 | 7.75 | 1 | - |
| YUV | 53.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 10 | 0 | 0.96 | 0.94 | 0.37 | 358.83 | 0.92 | 0.33 |
| Hex | A1 | 7 | A | 0 | 60 | 5E | 25 | 167 | 5C | 21 |
| Octal | 241 | 7 | 12 | 0 | 140 | 136 | 45 | 547 | 134 | 41 |
| Binary | 10100001 | 111 | 1010 | 0 | 1100000 | 1011110 | 100101 | 101100111 | 1011100 | 100001 |
Color Harmonies of #A1070A
Complementary color
Monochromatic Colors of #A1070A
Black with #A1070A
Text Example
Text Example
White with #A1070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1070A; }
p { color: rgb(161,7,10); }
H1.HeaderClassName
{
color: #A1070A;
}
.AnyTagClassName
{
color: #A1070A;
}
</style>
background-color css
<style>
a { background-color: #A1070A; }
a { background-color: rgb(161,7,10); }
div.DivClassName
{
background-color: #A1070A;
}
.BgClassName
{
background-color: #A1070A;
}
</style>
border-color css
<style>
span { border-color: #A1070A; }
span { border-color: rgb(161,7,10); }
td.TdClassName
{
border-color: #A1070A;
}
.TagClassName
{
border-color: #A1070A;
}
</style>