Shades of Carmine #9D082C
Tints of Carmine #9D082C
RGB
CMYK
RGB Variations
Color information
#9D082C (or 0x9D082C) is known color: Carmine. HEX triplet: 9D, 08 and 2C. RGB value is (157,8,44). Sum of RGB (Red+Green+Blue) = 157+8+44=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D082C is #62F7D3. Grayscale: #383838. Windows color (decimal): -6485972 or 2885789. OLE color: 2885789.
HSL color Cylindrical-coordinate representation of color #9D082C: hue angle of 345.5º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D082C is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 44 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.38 |
| HSL | 345.5º | 0.9% | 0.32% | - |
| HSV(B) | 345.5º | 0.95% | 0.62% | - |
| XYZ | 14.45 | 7.52 | 3.07 | - |
| YUV | 56.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 44 | 0 | 0.95 | 0.72 | 0.38 | 345.5 | 0.9 | 0.32 |
| Hex | 9D | 8 | 2C | 0 | 5F | 48 | 26 | 15A | 5A | 20 |
| Octal | 235 | 10 | 54 | 0 | 137 | 110 | 46 | 532 | 132 | 40 |
| Binary | 10011101 | 1000 | 101100 | 0 | 1011111 | 1001000 | 100110 | 101011010 | 1011010 | 100000 |
Color Harmonies of #9D082C
Complementary color
Monochromatic Colors of #9D082C
Black with #9D082C
Text Example
Text Example
White with #9D082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D082C; }
p { color: rgb(157,8,44); }
H1.HeaderClassName
{
color: #9D082C;
}
.AnyTagClassName
{
color: #9D082C;
}
</style>
background-color css
<style>
a { background-color: #9D082C; }
a { background-color: rgb(157,8,44); }
div.DivClassName
{
background-color: #9D082C;
}
.BgClassName
{
background-color: #9D082C;
}
</style>
border-color css
<style>
span { border-color: #9D082C; }
span { border-color: rgb(157,8,44); }
td.TdClassName
{
border-color: #9D082C;
}
.TagClassName
{
border-color: #9D082C;
}
</style>