Shades of Carmine #9D0C14
Tints of Carmine #9D0C14
RGB
CMYK
RGB Variations
Color information
#9D0C14 (or 0x9D0C14) is known color: Carmine. HEX triplet: 9D, 0C and 14. RGB value is (157,12,20). Sum of RGB (Red+Green+Blue) = 157+12+20=189 (25% of max value = 765). Red value is 157 (61.72% from 255 or 83.07% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0C14 is #62F3EB. Grayscale: #383838. Windows color (decimal): -6484972 or 1313949. OLE color: 1313949.
HSL color Cylindrical-coordinate representation of color #9D0C14: hue angle of 356.69º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C14 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 20 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.38 |
| HSL | 356.69º | 0.86% | 0.33% | - |
| HSV(B) | 356.69º | 0.92% | 0.62% | - |
| XYZ | 14.16 | 7.48 | 1.36 | - |
| YUV | 56.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 20 | 0 | 0.92 | 0.87 | 0.38 | 356.69 | 0.86 | 0.33 |
| Hex | 9D | C | 14 | 0 | 5C | 57 | 26 | 165 | 56 | 21 |
| Octal | 235 | 14 | 24 | 0 | 134 | 127 | 46 | 545 | 126 | 41 |
| Binary | 10011101 | 1100 | 10100 | 0 | 1011100 | 1010111 | 100110 | 101100101 | 1010110 | 100001 |
Color Harmonies of #9D0C14
Complementary color
Monochromatic Colors of #9D0C14
Black with #9D0C14
Text Example
Text Example
White with #9D0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C14; }
p { color: rgb(157,12,20); }
H1.HeaderClassName
{
color: #9D0C14;
}
.AnyTagClassName
{
color: #9D0C14;
}
</style>
background-color css
<style>
a { background-color: #9D0C14; }
a { background-color: rgb(157,12,20); }
div.DivClassName
{
background-color: #9D0C14;
}
.BgClassName
{
background-color: #9D0C14;
}
</style>
border-color css
<style>
span { border-color: #9D0C14; }
span { border-color: rgb(157,12,20); }
td.TdClassName
{
border-color: #9D0C14;
}
.TagClassName
{
border-color: #9D0C14;
}
</style>