Shades of Sangria #A90A0D
Tints of Sangria #A90A0D
RGB
CMYK
RGB Variations
Color information
#A90A0D (or 0xA90A0D) is known color: Sangria. HEX triplet: A9, 0A and 0D. RGB value is (169,10,13). Sum of RGB (Red+Green+Blue) = 169+10+13=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90A0D is #56F5F2. Grayscale: #3A3A3A. Windows color (decimal): -5699059 or 854697. OLE color: 854697.
HSL color Cylindrical-coordinate representation of color #A90A0D: hue angle of 358.87º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A0D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 13 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.34 |
| HSL | 358.87º | 0.89% | 0.35% | - |
| HSV(B) | 358.87º | 0.94% | 0.66% | - |
| XYZ | 16.54 | 8.68 | 1.18 | - |
| YUV | 57.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 13 | 0 | 0.94 | 0.92 | 0.34 | 358.87 | 0.89 | 0.35 |
| Hex | A9 | A | D | 0 | 5E | 5C | 22 | 167 | 59 | 23 |
| Octal | 251 | 12 | 15 | 0 | 136 | 134 | 42 | 547 | 131 | 43 |
| Binary | 10101001 | 1010 | 1101 | 0 | 1011110 | 1011100 | 100010 | 101100111 | 1011001 | 100011 |
Color Harmonies of #A90A0D
Complementary color
Monochromatic Colors of #A90A0D
Black with #A90A0D
Text Example
Text Example
White with #A90A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A0D; }
p { color: rgb(169,10,13); }
H1.HeaderClassName
{
color: #A90A0D;
}
.AnyTagClassName
{
color: #A90A0D;
}
</style>
background-color css
<style>
a { background-color: #A90A0D; }
a { background-color: rgb(169,10,13); }
div.DivClassName
{
background-color: #A90A0D;
}
.BgClassName
{
background-color: #A90A0D;
}
</style>
border-color css
<style>
span { border-color: #A90A0D; }
span { border-color: rgb(169,10,13); }
td.TdClassName
{
border-color: #A90A0D;
}
.TagClassName
{
border-color: #A90A0D;
}
</style>