Shades of Sangria #A8010D
Tints of Sangria #A8010D
RGB
CMYK
RGB Variations
Color information
#A8010D (or 0xA8010D) is known color: Sangria. HEX triplet: A8, 01 and 0D. RGB value is (168,1,13). Sum of RGB (Red+Green+Blue) = 168+1+13=182 (24% of max value = 765). Red value is 168 (66.02% from 255 or 92.31% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 168 - color contains mainly: red. Hex color #A8010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8010D is #57FEF2. Grayscale: #343434. Windows color (decimal): -5766899 or 852392. OLE color: 852392.
HSL color Cylindrical-coordinate representation of color #A8010D: hue angle of 355.69º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.34 |
| HSL | 355.69º | 0.99% | 0.33% | - |
| HSV(B) | 355.69º | 0.99% | 0.66% | - |
| XYZ | 16.23 | 8.38 | 1.14 | - |
| YUV | 52.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 13 | 0 | 0.99 | 0.92 | 0.34 | 355.69 | 0.99 | 0.33 |
| Hex | A8 | 1 | D | 0 | 63 | 5C | 22 | 164 | 63 | 21 |
| Octal | 250 | 1 | 15 | 0 | 143 | 134 | 42 | 544 | 143 | 41 |
| Binary | 10101000 | 1 | 1101 | 0 | 1100011 | 1011100 | 100010 | 101100100 | 1100011 | 100001 |
Color Harmonies of #A8010D
Complementary color
Monochromatic Colors of #A8010D
Black with #A8010D
Text Example
Text Example
White with #A8010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8010D; }
p { color: rgb(168,1,13); }
H1.HeaderClassName
{
color: #A8010D;
}
.AnyTagClassName
{
color: #A8010D;
}
</style>
background-color css
<style>
a { background-color: #A8010D; }
a { background-color: rgb(168,1,13); }
div.DivClassName
{
background-color: #A8010D;
}
.BgClassName
{
background-color: #A8010D;
}
</style>
border-color css
<style>
span { border-color: #A8010D; }
span { border-color: rgb(168,1,13); }
td.TdClassName
{
border-color: #A8010D;
}
.TagClassName
{
border-color: #A8010D;
}
</style>