Shades of Carmine #9D0226
Tints of Carmine #9D0226
RGB
CMYK
RGB Variations
Color information
#9D0226 (or 0x9D0226) is known color: Carmine. HEX triplet: 9D, 02 and 26. RGB value is (157,2,38). Sum of RGB (Red+Green+Blue) = 157+2+38=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0226 is #62FDD9. Grayscale: #343434. Windows color (decimal): -6487514 or 2491037. OLE color: 2491037.
HSL color Cylindrical-coordinate representation of color #9D0226: hue angle of 346.06º 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 #9D0226 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.38 |
| HSL | 346.06º | 0.97% | 0.31% | - |
| HSV(B) | 346.06º | 0.99% | 0.62% | - |
| XYZ | 14.28 | 7.35 | 2.5 | - |
| YUV | 52.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 38 | 0 | 0.99 | 0.76 | 0.38 | 346.06 | 0.97 | 0.31 |
| Hex | 9D | 2 | 26 | 0 | 63 | 4C | 26 | 15A | 61 | 1F |
| Octal | 235 | 2 | 46 | 0 | 143 | 114 | 46 | 532 | 141 | 37 |
| Binary | 10011101 | 10 | 100110 | 0 | 1100011 | 1001100 | 100110 | 101011010 | 1100001 | 11111 |
Color Harmonies of #9D0226
Complementary color
Monochromatic Colors of #9D0226
Black with #9D0226
Text Example
Text Example
White with #9D0226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0226; }
p { color: rgb(157,2,38); }
H1.HeaderClassName
{
color: #9D0226;
}
.AnyTagClassName
{
color: #9D0226;
}
</style>
background-color css
<style>
a { background-color: #9D0226; }
a { background-color: rgb(157,2,38); }
div.DivClassName
{
background-color: #9D0226;
}
.BgClassName
{
background-color: #9D0226;
}
</style>
border-color css
<style>
span { border-color: #9D0226; }
span { border-color: rgb(157,2,38); }
td.TdClassName
{
border-color: #9D0226;
}
.TagClassName
{
border-color: #9D0226;
}
</style>