Shades of Sangria #A1050E
Tints of Sangria #A1050E
RGB
CMYK
RGB Variations
Color information
#A1050E (or 0xA1050E) is known color: Sangria. HEX triplet: A1, 05 and 0E. RGB value is (161,5,14). Sum of RGB (Red+Green+Blue) = 161+5+14=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A1050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1050E is #5EFAF1. Grayscale: #343434. Windows color (decimal): -6224626 or 918945. OLE color: 918945.
HSL color Cylindrical-coordinate representation of color #A1050E: hue angle of 356.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1050E is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 14 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.37 |
| HSL | 356.54º | 0.94% | 0.33% | - |
| HSV(B) | 356.54º | 0.97% | 0.63% | - |
| XYZ | 14.83 | 7.72 | 1.12 | - |
| YUV | 52.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 14 | 0 | 0.97 | 0.91 | 0.37 | 356.54 | 0.94 | 0.33 |
| Hex | A1 | 5 | E | 0 | 61 | 5B | 25 | 165 | 5E | 21 |
| Octal | 241 | 5 | 16 | 0 | 141 | 133 | 45 | 545 | 136 | 41 |
| Binary | 10100001 | 101 | 1110 | 0 | 1100001 | 1011011 | 100101 | 101100101 | 1011110 | 100001 |
Color Harmonies of #A1050E
Complementary color
Monochromatic Colors of #A1050E
Black with #A1050E
Text Example
Text Example
White with #A1050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1050E; }
p { color: rgb(161,5,14); }
H1.HeaderClassName
{
color: #A1050E;
}
.AnyTagClassName
{
color: #A1050E;
}
</style>
background-color css
<style>
a { background-color: #A1050E; }
a { background-color: rgb(161,5,14); }
div.DivClassName
{
background-color: #A1050E;
}
.BgClassName
{
background-color: #A1050E;
}
</style>
border-color css
<style>
span { border-color: #A1050E; }
span { border-color: rgb(161,5,14); }
td.TdClassName
{
border-color: #A1050E;
}
.TagClassName
{
border-color: #A1050E;
}
</style>