Shades of Carmine #9D1024
Tints of Carmine #9D1024
RGB
CMYK
RGB Variations
Color information
#9D1024 (or 0x9D1024) is known color: Carmine. HEX triplet: 9D, 10 and 24. RGB value is (157,16,36). Sum of RGB (Red+Green+Blue) = 157+16+36=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1024 is #62EFDB. Grayscale: #3C3C3C. Windows color (decimal): -6483932 or 2363549. OLE color: 2363549.
HSL color Cylindrical-coordinate representation of color #9D1024: hue angle of 351.49º 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 #9D1024 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 36 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.38 |
| HSL | 351.49º | 0.82% | 0.34% | - |
| HSV(B) | 351.49º | 0.9% | 0.62% | - |
| XYZ | 14.41 | 7.67 | 2.39 | - |
| YUV | 60.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 36 | 0 | 0.90 | 0.77 | 0.38 | 351.49 | 0.82 | 0.34 |
| Hex | 9D | 10 | 24 | 0 | 5A | 4D | 26 | 15F | 52 | 22 |
| Octal | 235 | 20 | 44 | 0 | 132 | 115 | 46 | 537 | 122 | 42 |
| Binary | 10011101 | 10000 | 100100 | 0 | 1011010 | 1001101 | 100110 | 101011111 | 1010010 | 100010 |
Color Harmonies of #9D1024
Complementary color
Monochromatic Colors of #9D1024
Black with #9D1024
Text Example
Text Example
White with #9D1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1024; }
p { color: rgb(157,16,36); }
H1.HeaderClassName
{
color: #9D1024;
}
.AnyTagClassName
{
color: #9D1024;
}
</style>
background-color css
<style>
a { background-color: #9D1024; }
a { background-color: rgb(157,16,36); }
div.DivClassName
{
background-color: #9D1024;
}
.BgClassName
{
background-color: #9D1024;
}
</style>
border-color css
<style>
span { border-color: #9D1024; }
span { border-color: rgb(157,16,36); }
td.TdClassName
{
border-color: #9D1024;
}
.TagClassName
{
border-color: #9D1024;
}
</style>