Shades of Sangria #A1070C
Tints of Sangria #A1070C
RGB
CMYK
RGB Variations
Color information
#A1070C (or 0xA1070C) is known color: Sangria. HEX triplet: A1, 07 and 0C. RGB value is (161,7,12). Sum of RGB (Red+Green+Blue) = 161+7+12=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A1070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1070C is #5EF8F3. Grayscale: #353535. Windows color (decimal): -6224116 or 788385. OLE color: 788385.
HSL color Cylindrical-coordinate representation of color #A1070C: hue angle of 358.05º 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 #A1070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.37 |
| HSL | 358.05º | 0.92% | 0.33% | - |
| HSV(B) | 358.05º | 0.96% | 0.63% | - |
| XYZ | 14.84 | 7.76 | 1.06 | - |
| YUV | 53.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 12 | 0 | 0.96 | 0.93 | 0.37 | 358.05 | 0.92 | 0.33 |
| Hex | A1 | 7 | C | 0 | 60 | 5D | 25 | 166 | 5C | 21 |
| Octal | 241 | 7 | 14 | 0 | 140 | 135 | 45 | 546 | 134 | 41 |
| Binary | 10100001 | 111 | 1100 | 0 | 1100000 | 1011101 | 100101 | 101100110 | 1011100 | 100001 |
Color Harmonies of #A1070C
Complementary color
Monochromatic Colors of #A1070C
Black with #A1070C
Text Example
Text Example
White with #A1070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1070C; }
p { color: rgb(161,7,12); }
H1.HeaderClassName
{
color: #A1070C;
}
.AnyTagClassName
{
color: #A1070C;
}
</style>
background-color css
<style>
a { background-color: #A1070C; }
a { background-color: rgb(161,7,12); }
div.DivClassName
{
background-color: #A1070C;
}
.BgClassName
{
background-color: #A1070C;
}
</style>
border-color css
<style>
span { border-color: #A1070C; }
span { border-color: rgb(161,7,12); }
td.TdClassName
{
border-color: #A1070C;
}
.TagClassName
{
border-color: #A1070C;
}
</style>