Shades of Sangria #A9030C
Tints of Sangria #A9030C
RGB
CMYK
RGB Variations
Color information
#A9030C (or 0xA9030C) is known color: Sangria. HEX triplet: A9, 03 and 0C. RGB value is (169,3,12). Sum of RGB (Red+Green+Blue) = 169+3+12=184 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.85% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 169 - color contains mainly: red. Hex color #A9030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9030C is #56FCF3. Grayscale: #353535. Windows color (decimal): -5700852 or 787369. OLE color: 787369.
HSL color Cylindrical-coordinate representation of color #A9030C: hue angle of 356.75º 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 #A9030C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.34 |
| HSL | 356.75º | 0.97% | 0.34% | - |
| HSV(B) | 356.75º | 0.98% | 0.66% | - |
| XYZ | 16.46 | 8.53 | 1.13 | - |
| YUV | 53.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 12 | 0 | 0.98 | 0.93 | 0.34 | 356.75 | 0.97 | 0.34 |
| Hex | A9 | 3 | C | 0 | 62 | 5D | 22 | 165 | 61 | 22 |
| Octal | 251 | 3 | 14 | 0 | 142 | 135 | 42 | 545 | 141 | 42 |
| Binary | 10101001 | 11 | 1100 | 0 | 1100010 | 1011101 | 100010 | 101100101 | 1100001 | 100010 |
Color Harmonies of #A9030C
Complementary color
Monochromatic Colors of #A9030C
Black with #A9030C
Text Example
Text Example
White with #A9030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9030C; }
p { color: rgb(169,3,12); }
H1.HeaderClassName
{
color: #A9030C;
}
.AnyTagClassName
{
color: #A9030C;
}
</style>
background-color css
<style>
a { background-color: #A9030C; }
a { background-color: rgb(169,3,12); }
div.DivClassName
{
background-color: #A9030C;
}
.BgClassName
{
background-color: #A9030C;
}
</style>
border-color css
<style>
span { border-color: #A9030C; }
span { border-color: rgb(169,3,12); }
td.TdClassName
{
border-color: #A9030C;
}
.TagClassName
{
border-color: #A9030C;
}
</style>