Shades of Sangria #9A000C
Tints of Sangria #9A000C
RGB
CMYK
RGB Variations
Color information
#9A000C (or 0x9A000C) is known color: Sangria. HEX triplet: 9A, 00 and 0C. RGB value is (154,0,12). Sum of RGB (Red+Green+Blue) = 154+0+12=166 (21% of max value = 765). Red value is 154 (60.55% from 255 or 92.77% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 154 - color contains mainly: red. Hex color #9A000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A000C is #65FFF3. Grayscale: #2F2F2F. Windows color (decimal): -6684660 or 786586. OLE color: 786586.
HSL color Cylindrical-coordinate representation of color #9A000C: hue angle of 355.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.92 | 0.40 |
| HSL | 355.32º | 1% | 0.3% | - |
| HSV(B) | 355.32º | 1% | 0.6% | - |
| XYZ | 13.39 | 6.9 | 0.97 | - |
| YUV | 47.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 12 | 0 | 1 | 0.92 | 0.40 | 355.32 | 1 | 0.3 |
| Hex | 9A | 0 | C | 0 | 64 | 5C | 28 | 163 | 64 | 1E |
| Octal | 232 | 0 | 14 | 0 | 144 | 134 | 50 | 543 | 144 | 36 |
| Binary | 10011010 | 0 | 1100 | 0 | 1100100 | 1011100 | 101000 | 101100011 | 1100100 | 11110 |
Color Harmonies of #9A000C
Complementary color
Monochromatic Colors of #9A000C
Black with #9A000C
Text Example
Text Example
White with #9A000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A000C; }
p { color: rgb(154,0,12); }
H1.HeaderClassName
{
color: #9A000C;
}
.AnyTagClassName
{
color: #9A000C;
}
</style>
background-color css
<style>
a { background-color: #9A000C; }
a { background-color: rgb(154,0,12); }
div.DivClassName
{
background-color: #9A000C;
}
.BgClassName
{
background-color: #9A000C;
}
</style>
border-color css
<style>
span { border-color: #9A000C; }
span { border-color: rgb(154,0,12); }
td.TdClassName
{
border-color: #9A000C;
}
.TagClassName
{
border-color: #9A000C;
}
</style>