Shades of Sangria #A9010D
Tints of Sangria #A9010D
RGB
CMYK
RGB Variations
Color information
#A9010D (or 0xA9010D) is known color: Sangria. HEX triplet: A9, 01 and 0D. RGB value is (169,1,13). Sum of RGB (Red+Green+Blue) = 169+1+13=183 (24% of max value = 765). Red value is 169 (66.41% from 255 or 92.35% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 169 - color contains mainly: red. Hex color #A9010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9010D is #56FEF2. Grayscale: #343434. Windows color (decimal): -5701363 or 852393. OLE color: 852393.
HSL color Cylindrical-coordinate representation of color #A9010D: hue angle of 355.71º 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 #A9010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.34 |
| HSL | 355.71º | 0.99% | 0.33% | - |
| HSV(B) | 355.71º | 0.99% | 0.66% | - |
| XYZ | 16.45 | 8.49 | 1.15 | - |
| YUV | 52.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 13 | 0 | 0.99 | 0.92 | 0.34 | 355.71 | 0.99 | 0.33 |
| Hex | A9 | 1 | D | 0 | 63 | 5C | 22 | 164 | 63 | 21 |
| Octal | 251 | 1 | 15 | 0 | 143 | 134 | 42 | 544 | 143 | 41 |
| Binary | 10101001 | 1 | 1101 | 0 | 1100011 | 1011100 | 100010 | 101100100 | 1100011 | 100001 |
Color Harmonies of #A9010D
Complementary color
Monochromatic Colors of #A9010D
Black with #A9010D
Text Example
Text Example
White with #A9010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9010D; }
p { color: rgb(169,1,13); }
H1.HeaderClassName
{
color: #A9010D;
}
.AnyTagClassName
{
color: #A9010D;
}
</style>
background-color css
<style>
a { background-color: #A9010D; }
a { background-color: rgb(169,1,13); }
div.DivClassName
{
background-color: #A9010D;
}
.BgClassName
{
background-color: #A9010D;
}
</style>
border-color css
<style>
span { border-color: #A9010D; }
span { border-color: rgb(169,1,13); }
td.TdClassName
{
border-color: #A9010D;
}
.TagClassName
{
border-color: #A9010D;
}
</style>