Shades of Sangria #A9050D
Tints of Sangria #A9050D
RGB
CMYK
RGB Variations
Color information
#A9050D (or 0xA9050D) is known color: Sangria. HEX triplet: A9, 05 and 0D. RGB value is (169,5,13). Sum of RGB (Red+Green+Blue) = 169+5+13=187 (24% of max value = 765). Red value is 169 (66.41% from 255 or 90.37% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 169 - color contains mainly: red. Hex color #A9050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9050D is #56FAF2. Grayscale: #373737. Windows color (decimal): -5700339 or 853417. OLE color: 853417.
HSL color Cylindrical-coordinate representation of color #A9050D: hue angle of 357.07º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.34 |
| HSL | 357.07º | 0.94% | 0.34% | - |
| HSV(B) | 357.07º | 0.97% | 0.66% | - |
| XYZ | 16.49 | 8.57 | 1.17 | - |
| YUV | 54.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 13 | 0 | 0.97 | 0.92 | 0.34 | 357.07 | 0.94 | 0.34 |
| Hex | A9 | 5 | D | 0 | 61 | 5C | 22 | 165 | 5E | 22 |
| Octal | 251 | 5 | 15 | 0 | 141 | 134 | 42 | 545 | 136 | 42 |
| Binary | 10101001 | 101 | 1101 | 0 | 1100001 | 1011100 | 100010 | 101100101 | 1011110 | 100010 |
Color Harmonies of #A9050D
Complementary color
Monochromatic Colors of #A9050D
Black with #A9050D
Text Example
Text Example
White with #A9050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9050D; }
p { color: rgb(169,5,13); }
H1.HeaderClassName
{
color: #A9050D;
}
.AnyTagClassName
{
color: #A9050D;
}
</style>
background-color css
<style>
a { background-color: #A9050D; }
a { background-color: rgb(169,5,13); }
div.DivClassName
{
background-color: #A9050D;
}
.BgClassName
{
background-color: #A9050D;
}
</style>
border-color css
<style>
span { border-color: #A9050D; }
span { border-color: rgb(169,5,13); }
td.TdClassName
{
border-color: #A9050D;
}
.TagClassName
{
border-color: #A9050D;
}
</style>