Shades of Carmine #9D0A2A
Tints of Carmine #9D0A2A
RGB
CMYK
RGB Variations
Color information
#9D0A2A (or 0x9D0A2A) is known color: Carmine. HEX triplet: 9D, 0A and 2A. RGB value is (157,10,42). Sum of RGB (Red+Green+Blue) = 157+10+42=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0A2A is #62F5D5. Grayscale: #393939. Windows color (decimal): -6485462 or 2755229. OLE color: 2755229.
HSL color Cylindrical-coordinate representation of color #9D0A2A: hue angle of 346.94º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A2A is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 42 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.38 |
| HSL | 346.94º | 0.88% | 0.33% | - |
| HSV(B) | 346.94º | 0.94% | 0.62% | - |
| XYZ | 14.43 | 7.55 | 2.89 | - |
| YUV | 57.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 42 | 0 | 0.94 | 0.73 | 0.38 | 346.94 | 0.88 | 0.33 |
| Hex | 9D | A | 2A | 0 | 5E | 49 | 26 | 15B | 58 | 21 |
| Octal | 235 | 12 | 52 | 0 | 136 | 111 | 46 | 533 | 130 | 41 |
| Binary | 10011101 | 1010 | 101010 | 0 | 1011110 | 1001001 | 100110 | 101011011 | 1011000 | 100001 |
Color Harmonies of #9D0A2A
Complementary color
Monochromatic Colors of #9D0A2A
Black with #9D0A2A
Text Example
Text Example
White with #9D0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A2A; }
p { color: rgb(157,10,42); }
H1.HeaderClassName
{
color: #9D0A2A;
}
.AnyTagClassName
{
color: #9D0A2A;
}
</style>
background-color css
<style>
a { background-color: #9D0A2A; }
a { background-color: rgb(157,10,42); }
div.DivClassName
{
background-color: #9D0A2A;
}
.BgClassName
{
background-color: #9D0A2A;
}
</style>
border-color css
<style>
span { border-color: #9D0A2A; }
span { border-color: rgb(157,10,42); }
td.TdClassName
{
border-color: #9D0A2A;
}
.TagClassName
{
border-color: #9D0A2A;
}
</style>