Shades of Sangria #A9000C
Tints of Sangria #A9000C
RGB
CMYK
RGB Variations
Color information
#A9000C (or 0xA9000C) is known color: Sangria. HEX triplet: A9, 00 and 0C. RGB value is (169,0,12). Sum of RGB (Red+Green+Blue) = 169+0+12=181 (23% of max value = 765). Red value is 169 (66.41% from 255 or 93.37% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 169 - color contains mainly: red. Hex color #A9000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9000C is #56FFF3. Grayscale: #343434. Windows color (decimal): -5701620 or 786601. OLE color: 786601.
HSL color Cylindrical-coordinate representation of color #A9000C: hue angle of 355.74º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.34 |
| HSL | 355.74º | 1% | 0.33% | - |
| HSV(B) | 355.74º | 1% | 0.66% | - |
| XYZ | 16.43 | 8.46 | 1.12 | - |
| YUV | 51.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 12 | 0 | 1 | 0.93 | 0.34 | 355.74 | 1 | 0.33 |
| Hex | A9 | 0 | C | 0 | 64 | 5D | 22 | 164 | 64 | 21 |
| Octal | 251 | 0 | 14 | 0 | 144 | 135 | 42 | 544 | 144 | 41 |
| Binary | 10101001 | 0 | 1100 | 0 | 1100100 | 1011101 | 100010 | 101100100 | 1100100 | 100001 |
Color Harmonies of #A9000C
Complementary color
Monochromatic Colors of #A9000C
Black with #A9000C
Text Example
Text Example
White with #A9000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9000C; }
p { color: rgb(169,0,12); }
H1.HeaderClassName
{
color: #A9000C;
}
.AnyTagClassName
{
color: #A9000C;
}
</style>
background-color css
<style>
a { background-color: #A9000C; }
a { background-color: rgb(169,0,12); }
div.DivClassName
{
background-color: #A9000C;
}
.BgClassName
{
background-color: #A9000C;
}
</style>
border-color css
<style>
span { border-color: #A9000C; }
span { border-color: rgb(169,0,12); }
td.TdClassName
{
border-color: #A9000C;
}
.TagClassName
{
border-color: #A9000C;
}
</style>