Shades of Sangria #A9030D
Tints of Sangria #A9030D
RGB
CMYK
RGB Variations
Color information
#A9030D (or 0xA9030D) is known color: Sangria. HEX triplet: A9, 03 and 0D. RGB value is (169,3,13). Sum of RGB (Red+Green+Blue) = 169+3+13=185 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.35% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 169 - color contains mainly: red. Hex color #A9030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9030D is #56FCF2. Grayscale: #353535. Windows color (decimal): -5700851 or 852905. OLE color: 852905.
HSL color Cylindrical-coordinate representation of color #A9030D: hue angle of 356.39º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.34 |
| HSL | 356.39º | 0.97% | 0.34% | - |
| HSV(B) | 356.39º | 0.98% | 0.66% | - |
| XYZ | 16.47 | 8.53 | 1.16 | - |
| YUV | 53.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 13 | 0 | 0.98 | 0.92 | 0.34 | 356.39 | 0.97 | 0.34 |
| Hex | A9 | 3 | D | 0 | 62 | 5C | 22 | 164 | 61 | 22 |
| Octal | 251 | 3 | 15 | 0 | 142 | 134 | 42 | 544 | 141 | 42 |
| Binary | 10101001 | 11 | 1101 | 0 | 1100010 | 1011100 | 100010 | 101100100 | 1100001 | 100010 |
Color Harmonies of #A9030D
Complementary color
Monochromatic Colors of #A9030D
Black with #A9030D
Text Example
Text Example
White with #A9030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9030D; }
p { color: rgb(169,3,13); }
H1.HeaderClassName
{
color: #A9030D;
}
.AnyTagClassName
{
color: #A9030D;
}
</style>
background-color css
<style>
a { background-color: #A9030D; }
a { background-color: rgb(169,3,13); }
div.DivClassName
{
background-color: #A9030D;
}
.BgClassName
{
background-color: #A9030D;
}
</style>
border-color css
<style>
span { border-color: #A9030D; }
span { border-color: rgb(169,3,13); }
td.TdClassName
{
border-color: #A9030D;
}
.TagClassName
{
border-color: #A9030D;
}
</style>