Shades of Carmine #9D0128
Tints of Carmine #9D0128
RGB
CMYK
RGB Variations
Color information
#9D0128 (or 0x9D0128) is known color: Carmine. HEX triplet: 9D, 01 and 28. RGB value is (157,1,40). Sum of RGB (Red+Green+Blue) = 157+1+40=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0128 is #62FED7. Grayscale: #343434. Windows color (decimal): -6487768 or 2621853. OLE color: 2621853.
HSL color Cylindrical-coordinate representation of color #9D0128: hue angle of 345º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0128 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.38 |
| HSL | 345º | 0.99% | 0.31% | - |
| HSV(B) | 345º | 0.99% | 0.62% | - |
| XYZ | 14.3 | 7.34 | 2.67 | - |
| YUV | 52.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 40 | 0 | 0.99 | 0.75 | 0.38 | 345 | 0.99 | 0.31 |
| Hex | 9D | 1 | 28 | 0 | 63 | 4B | 26 | 159 | 63 | 1F |
| Octal | 235 | 1 | 50 | 0 | 143 | 113 | 46 | 531 | 143 | 37 |
| Binary | 10011101 | 1 | 101000 | 0 | 1100011 | 1001011 | 100110 | 101011001 | 1100011 | 11111 |
Color Harmonies of #9D0128
Complementary color
Monochromatic Colors of #9D0128
Black with #9D0128
Text Example
Text Example
White with #9D0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0128; }
p { color: rgb(157,1,40); }
H1.HeaderClassName
{
color: #9D0128;
}
.AnyTagClassName
{
color: #9D0128;
}
</style>
background-color css
<style>
a { background-color: #9D0128; }
a { background-color: rgb(157,1,40); }
div.DivClassName
{
background-color: #9D0128;
}
.BgClassName
{
background-color: #9D0128;
}
</style>
border-color css
<style>
span { border-color: #9D0128; }
span { border-color: rgb(157,1,40); }
td.TdClassName
{
border-color: #9D0128;
}
.TagClassName
{
border-color: #9D0128;
}
</style>