Shades of Sangria #A1020E
Tints of Sangria #A1020E
RGB
CMYK
RGB Variations
Color information
#A1020E (or 0xA1020E) is known color: Sangria. HEX triplet: A1, 02 and 0E. RGB value is (161,2,14). Sum of RGB (Red+Green+Blue) = 161+2+14=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A1020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1020E is #5EFDF1. Grayscale: #333333. Windows color (decimal): -6225394 or 918177. OLE color: 918177.
HSL color Cylindrical-coordinate representation of color #A1020E: hue angle of 355.47º degrees, saturation: 0.98, 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 #A1020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.37 |
| HSL | 355.47º | 0.98% | 0.32% | - |
| HSV(B) | 355.47º | 0.99% | 0.63% | - |
| XYZ | 14.8 | 7.65 | 1.11 | - |
| YUV | 50.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 14 | 0 | 0.99 | 0.91 | 0.37 | 355.47 | 0.98 | 0.32 |
| Hex | A1 | 2 | E | 0 | 63 | 5B | 25 | 163 | 62 | 20 |
| Octal | 241 | 2 | 16 | 0 | 143 | 133 | 45 | 543 | 142 | 40 |
| Binary | 10100001 | 10 | 1110 | 0 | 1100011 | 1011011 | 100101 | 101100011 | 1100010 | 100000 |
Color Harmonies of #A1020E
Complementary color
Monochromatic Colors of #A1020E
Black with #A1020E
Text Example
Text Example
White with #A1020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1020E; }
p { color: rgb(161,2,14); }
H1.HeaderClassName
{
color: #A1020E;
}
.AnyTagClassName
{
color: #A1020E;
}
</style>
background-color css
<style>
a { background-color: #A1020E; }
a { background-color: rgb(161,2,14); }
div.DivClassName
{
background-color: #A1020E;
}
.BgClassName
{
background-color: #A1020E;
}
</style>
border-color css
<style>
span { border-color: #A1020E; }
span { border-color: rgb(161,2,14); }
td.TdClassName
{
border-color: #A1020E;
}
.TagClassName
{
border-color: #A1020E;
}
</style>