Shades of Sangria #A1000E
Tints of Sangria #A1000E
RGB
CMYK
RGB Variations
Color information
#A1000E (or 0xA1000E) is known color: Sangria. HEX triplet: A1, 00 and 0E. RGB value is (161,0,14). Sum of RGB (Red+Green+Blue) = 161+0+14=175 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 161 - color contains mainly: red. Hex color #A1000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1000E is #5EFFF1. Grayscale: #313131. Windows color (decimal): -6225906 or 917665. OLE color: 917665.
HSL color Cylindrical-coordinate representation of color #A1000E: hue angle of 354.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.37 |
| HSL | 354.78º | 1% | 0.32% | - |
| HSV(B) | 354.78º | 1% | 0.63% | - |
| XYZ | 14.78 | 7.61 | 1.11 | - |
| YUV | 49.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 14 | 0 | 1 | 0.91 | 0.37 | 354.78 | 1 | 0.32 |
| Hex | A1 | 0 | E | 0 | 64 | 5B | 25 | 163 | 64 | 20 |
| Octal | 241 | 0 | 16 | 0 | 144 | 133 | 45 | 543 | 144 | 40 |
| Binary | 10100001 | 0 | 1110 | 0 | 1100100 | 1011011 | 100101 | 101100011 | 1100100 | 100000 |
Color Harmonies of #A1000E
Complementary color
Monochromatic Colors of #A1000E
Black with #A1000E
Text Example
Text Example
White with #A1000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1000E; }
p { color: rgb(161,0,14); }
H1.HeaderClassName
{
color: #A1000E;
}
.AnyTagClassName
{
color: #A1000E;
}
</style>
background-color css
<style>
a { background-color: #A1000E; }
a { background-color: rgb(161,0,14); }
div.DivClassName
{
background-color: #A1000E;
}
.BgClassName
{
background-color: #A1000E;
}
</style>
border-color css
<style>
span { border-color: #A1000E; }
span { border-color: rgb(161,0,14); }
td.TdClassName
{
border-color: #A1000E;
}
.TagClassName
{
border-color: #A1000E;
}
</style>