Shades of Carmine #9D1029
Tints of Carmine #9D1029
RGB
CMYK
RGB Variations
Color information
#9D1029 (or 0x9D1029) is known color: Carmine. HEX triplet: 9D, 10 and 29. RGB value is (157,16,41). Sum of RGB (Red+Green+Blue) = 157+16+41=214 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.36% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1029 is #62EFD6. Grayscale: #3D3D3D. Windows color (decimal): -6483927 or 2691229. OLE color: 2691229.
HSL color Cylindrical-coordinate representation of color #9D1029: hue angle of 349.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1029 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 41 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.38 |
| HSL | 349.36º | 0.82% | 0.34% | - |
| HSV(B) | 349.36º | 0.9% | 0.62% | - |
| XYZ | 14.49 | 7.7 | 2.82 | - |
| YUV | 61.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 41 | 0 | 0.90 | 0.74 | 0.38 | 349.36 | 0.82 | 0.34 |
| Hex | 9D | 10 | 29 | 0 | 5A | 4A | 26 | 15D | 52 | 22 |
| Octal | 235 | 20 | 51 | 0 | 132 | 112 | 46 | 535 | 122 | 42 |
| Binary | 10011101 | 10000 | 101001 | 0 | 1011010 | 1001010 | 100110 | 101011101 | 1010010 | 100010 |
Color Harmonies of #9D1029
Complementary color
Monochromatic Colors of #9D1029
Black with #9D1029
Text Example
Text Example
White with #9D1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1029; }
p { color: rgb(157,16,41); }
H1.HeaderClassName
{
color: #9D1029;
}
.AnyTagClassName
{
color: #9D1029;
}
</style>
background-color css
<style>
a { background-color: #9D1029; }
a { background-color: rgb(157,16,41); }
div.DivClassName
{
background-color: #9D1029;
}
.BgClassName
{
background-color: #9D1029;
}
</style>
border-color css
<style>
span { border-color: #9D1029; }
span { border-color: rgb(157,16,41); }
td.TdClassName
{
border-color: #9D1029;
}
.TagClassName
{
border-color: #9D1029;
}
</style>