Shades of Carmine #9D0A1D
Tints of Carmine #9D0A1D
RGB
CMYK
RGB Variations
Color information
#9D0A1D (or 0x9D0A1D) is known color: Carmine. HEX triplet: 9D, 0A and 1D. RGB value is (157,10,29). Sum of RGB (Red+Green+Blue) = 157+10+29=196 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.10% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0A1D is #62F5E2. Grayscale: #383838. Windows color (decimal): -6485475 or 1903261. OLE color: 1903261.
HSL color Cylindrical-coordinate representation of color #9D0A1D: hue angle of 352.24º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A1D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 29 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.38 |
| HSL | 352.24º | 0.88% | 0.33% | - |
| HSV(B) | 352.24º | 0.94% | 0.62% | - |
| XYZ | 14.23 | 7.47 | 1.85 | - |
| YUV | 56.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 29 | 0 | 0.94 | 0.82 | 0.38 | 352.24 | 0.88 | 0.33 |
| Hex | 9D | A | 1D | 0 | 5E | 52 | 26 | 160 | 58 | 21 |
| Octal | 235 | 12 | 35 | 0 | 136 | 122 | 46 | 540 | 130 | 41 |
| Binary | 10011101 | 1010 | 11101 | 0 | 1011110 | 1010010 | 100110 | 101100000 | 1011000 | 100001 |
Color Harmonies of #9D0A1D
Complementary color
Monochromatic Colors of #9D0A1D
Black with #9D0A1D
Text Example
Text Example
White with #9D0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A1D; }
p { color: rgb(157,10,29); }
H1.HeaderClassName
{
color: #9D0A1D;
}
.AnyTagClassName
{
color: #9D0A1D;
}
</style>
background-color css
<style>
a { background-color: #9D0A1D; }
a { background-color: rgb(157,10,29); }
div.DivClassName
{
background-color: #9D0A1D;
}
.BgClassName
{
background-color: #9D0A1D;
}
</style>
border-color css
<style>
span { border-color: #9D0A1D; }
span { border-color: rgb(157,10,29); }
td.TdClassName
{
border-color: #9D0A1D;
}
.TagClassName
{
border-color: #9D0A1D;
}
</style>