Shades of Sangria #9A0C10
Tints of Sangria #9A0C10
RGB
CMYK
RGB Variations
Color information
#9A0C10 (or 0x9A0C10) is known color: Sangria. HEX triplet: 9A, 0C and 10. RGB value is (154,12,16). Sum of RGB (Red+Green+Blue) = 154+12+16=182 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.62% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0C10 is #65F3EF. Grayscale: #373737. Windows color (decimal): -6681584 or 1051802. OLE color: 1051802.
HSL color Cylindrical-coordinate representation of color #9A0C10: hue angle of 358.31º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 16 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.40 |
| HSL | 358.31º | 0.86% | 0.33% | - |
| HSV(B) | 358.31º | 0.92% | 0.6% | - |
| XYZ | 13.55 | 7.17 | 1.16 | - |
| YUV | 54.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 16 | 0 | 0.92 | 0.90 | 0.40 | 358.31 | 0.86 | 0.33 |
| Hex | 9A | C | 10 | 0 | 5C | 5A | 28 | 166 | 56 | 21 |
| Octal | 232 | 14 | 20 | 0 | 134 | 132 | 50 | 546 | 126 | 41 |
| Binary | 10011010 | 1100 | 10000 | 0 | 1011100 | 1011010 | 101000 | 101100110 | 1010110 | 100001 |
Color Harmonies of #9A0C10
Complementary color
Monochromatic Colors of #9A0C10
Black with #9A0C10
Text Example
Text Example
White with #9A0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C10; }
p { color: rgb(154,12,16); }
H1.HeaderClassName
{
color: #9A0C10;
}
.AnyTagClassName
{
color: #9A0C10;
}
</style>
background-color css
<style>
a { background-color: #9A0C10; }
a { background-color: rgb(154,12,16); }
div.DivClassName
{
background-color: #9A0C10;
}
.BgClassName
{
background-color: #9A0C10;
}
</style>
border-color css
<style>
span { border-color: #9A0C10; }
span { border-color: rgb(154,12,16); }
td.TdClassName
{
border-color: #9A0C10;
}
.TagClassName
{
border-color: #9A0C10;
}
</style>