Shades of Carmine #9D0230
Tints of Carmine #9D0230
RGB
CMYK
RGB Variations
Color information
#9D0230 (or 0x9D0230) is known color: Carmine. HEX triplet: 9D, 02 and 30. RGB value is (157,2,48). Sum of RGB (Red+Green+Blue) = 157+2+48=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0230 is #62FDCF. Grayscale: #353535. Windows color (decimal): -6487504 or 3146397. OLE color: 3146397.
HSL color Cylindrical-coordinate representation of color #9D0230: hue angle of 342.19º degrees, saturation: 0.97, 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 #9D0230 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.38 |
| HSL | 342.19º | 0.97% | 0.31% | - |
| HSV(B) | 342.19º | 0.99% | 0.62% | - |
| XYZ | 14.46 | 7.42 | 3.47 | - |
| YUV | 53.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 48 | 0 | 0.99 | 0.69 | 0.38 | 342.19 | 0.97 | 0.31 |
| Hex | 9D | 2 | 30 | 0 | 63 | 45 | 26 | 156 | 61 | 1F |
| Octal | 235 | 2 | 60 | 0 | 143 | 105 | 46 | 526 | 141 | 37 |
| Binary | 10011101 | 10 | 110000 | 0 | 1100011 | 1000101 | 100110 | 101010110 | 1100001 | 11111 |
Color Harmonies of #9D0230
Complementary color
Monochromatic Colors of #9D0230
Black with #9D0230
Text Example
Text Example
White with #9D0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0230; }
p { color: rgb(157,2,48); }
H1.HeaderClassName
{
color: #9D0230;
}
.AnyTagClassName
{
color: #9D0230;
}
</style>
background-color css
<style>
a { background-color: #9D0230; }
a { background-color: rgb(157,2,48); }
div.DivClassName
{
background-color: #9D0230;
}
.BgClassName
{
background-color: #9D0230;
}
</style>
border-color css
<style>
span { border-color: #9D0230; }
span { border-color: rgb(157,2,48); }
td.TdClassName
{
border-color: #9D0230;
}
.TagClassName
{
border-color: #9D0230;
}
</style>