Shades of Carmine #9D0C1D
Tints of Carmine #9D0C1D
RGB
CMYK
RGB Variations
Color information
#9D0C1D (or 0x9D0C1D) is known color: Carmine. HEX triplet: 9D, 0C and 1D. RGB value is (157,12,29). Sum of RGB (Red+Green+Blue) = 157+12+29=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0C1D is #62F3E2. Grayscale: #393939. Windows color (decimal): -6484963 or 1903773. OLE color: 1903773.
HSL color Cylindrical-coordinate representation of color #9D0C1D: hue angle of 352.97º 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 #9D0C1D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 29 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.38 |
| HSL | 352.97º | 0.86% | 0.33% | - |
| HSV(B) | 352.97º | 0.92% | 0.62% | - |
| XYZ | 14.26 | 7.52 | 1.86 | - |
| YUV | 57.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 29 | 0 | 0.92 | 0.82 | 0.38 | 352.97 | 0.86 | 0.33 |
| Hex | 9D | C | 1D | 0 | 5C | 52 | 26 | 161 | 56 | 21 |
| Octal | 235 | 14 | 35 | 0 | 134 | 122 | 46 | 541 | 126 | 41 |
| Binary | 10011101 | 1100 | 11101 | 0 | 1011100 | 1010010 | 100110 | 101100001 | 1010110 | 100001 |
Color Harmonies of #9D0C1D
Complementary color
Monochromatic Colors of #9D0C1D
Black with #9D0C1D
Text Example
Text Example
White with #9D0C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C1D; }
p { color: rgb(157,12,29); }
H1.HeaderClassName
{
color: #9D0C1D;
}
.AnyTagClassName
{
color: #9D0C1D;
}
</style>
background-color css
<style>
a { background-color: #9D0C1D; }
a { background-color: rgb(157,12,29); }
div.DivClassName
{
background-color: #9D0C1D;
}
.BgClassName
{
background-color: #9D0C1D;
}
</style>
border-color css
<style>
span { border-color: #9D0C1D; }
span { border-color: rgb(157,12,29); }
td.TdClassName
{
border-color: #9D0C1D;
}
.TagClassName
{
border-color: #9D0C1D;
}
</style>