Shades of Carmine #9D0B2A
Tints of Carmine #9D0B2A
RGB
CMYK
RGB Variations
Color information
#9D0B2A (or 0x9D0B2A) is known color: Carmine. HEX triplet: 9D, 0B and 2A. RGB value is (157,11,42). Sum of RGB (Red+Green+Blue) = 157+11+42=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0B2A is #62F4D5. Grayscale: #3A3A3A. Windows color (decimal): -6485206 or 2755485. OLE color: 2755485.
HSL color Cylindrical-coordinate representation of color #9D0B2A: hue angle of 347.26º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B2A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 42 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.38 |
| HSL | 347.26º | 0.87% | 0.33% | - |
| HSV(B) | 347.26º | 0.93% | 0.62% | - |
| XYZ | 14.44 | 7.57 | 2.89 | - |
| YUV | 58.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 42 | 0 | 0.93 | 0.73 | 0.38 | 347.26 | 0.87 | 0.33 |
| Hex | 9D | B | 2A | 0 | 5D | 49 | 26 | 15B | 57 | 21 |
| Octal | 235 | 13 | 52 | 0 | 135 | 111 | 46 | 533 | 127 | 41 |
| Binary | 10011101 | 1011 | 101010 | 0 | 1011101 | 1001001 | 100110 | 101011011 | 1010111 | 100001 |
Color Harmonies of #9D0B2A
Complementary color
Monochromatic Colors of #9D0B2A
Black with #9D0B2A
Text Example
Text Example
White with #9D0B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B2A; }
p { color: rgb(157,11,42); }
H1.HeaderClassName
{
color: #9D0B2A;
}
.AnyTagClassName
{
color: #9D0B2A;
}
</style>
background-color css
<style>
a { background-color: #9D0B2A; }
a { background-color: rgb(157,11,42); }
div.DivClassName
{
background-color: #9D0B2A;
}
.BgClassName
{
background-color: #9D0B2A;
}
</style>
border-color css
<style>
span { border-color: #9D0B2A; }
span { border-color: rgb(157,11,42); }
td.TdClassName
{
border-color: #9D0B2A;
}
.TagClassName
{
border-color: #9D0B2A;
}
</style>