Shades of Carmine #9D0023
Tints of Carmine #9D0023
RGB
CMYK
RGB Variations
Color information
#9D0023 (or 0x9D0023) is known color: Carmine. HEX triplet: 9D, 00 and 23. RGB value is (157,0,35). Sum of RGB (Red+Green+Blue) = 157+0+35=192 (25% of max value = 765). Red value is 157 (61.72% from 255 or 81.77% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0023 is #62FFDC. Grayscale: #323232. Windows color (decimal): -6488029 or 2293917. OLE color: 2293917.
HSL color Cylindrical-coordinate representation of color #9D0023: hue angle of 346.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0023 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.78 | 0.38 |
| HSL | 346.62º | 1% | 0.31% | - |
| HSV(B) | 346.62º | 1% | 0.62% | - |
| XYZ | 14.21 | 7.29 | 2.25 | - |
| YUV | 50.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 35 | 0 | 1 | 0.78 | 0.38 | 346.62 | 1 | 0.31 |
| Hex | 9D | 0 | 23 | 0 | 64 | 4E | 26 | 15B | 64 | 1F |
| Octal | 235 | 0 | 43 | 0 | 144 | 116 | 46 | 533 | 144 | 37 |
| Binary | 10011101 | 0 | 100011 | 0 | 1100100 | 1001110 | 100110 | 101011011 | 1100100 | 11111 |
Color Harmonies of #9D0023
Complementary color
Monochromatic Colors of #9D0023
Black with #9D0023
Text Example
Text Example
White with #9D0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0023; }
p { color: rgb(157,0,35); }
H1.HeaderClassName
{
color: #9D0023;
}
.AnyTagClassName
{
color: #9D0023;
}
</style>
background-color css
<style>
a { background-color: #9D0023; }
a { background-color: rgb(157,0,35); }
div.DivClassName
{
background-color: #9D0023;
}
.BgClassName
{
background-color: #9D0023;
}
</style>
border-color css
<style>
span { border-color: #9D0023; }
span { border-color: rgb(157,0,35); }
td.TdClassName
{
border-color: #9D0023;
}
.TagClassName
{
border-color: #9D0023;
}
</style>