Shades of Carmine #9C082D
Tints of Carmine #9C082D
RGB
CMYK
RGB Variations
Color information
#9C082D (or 0x9C082D) is known color: Carmine. HEX triplet: 9C, 08 and 2D. RGB value is (156,8,45). Sum of RGB (Red+Green+Blue) = 156+8+45=209 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.64% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 156 - color contains mainly: red. Hex color #9C082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C082D is #63F7D2. Grayscale: #383838. Windows color (decimal): -6551507 or 2951324. OLE color: 2951324.
HSL color Cylindrical-coordinate representation of color #9C082D: hue angle of 345º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C082D is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 45 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.39 |
| HSL | 345º | 0.9% | 0.32% | - |
| HSV(B) | 345º | 0.95% | 0.61% | - |
| XYZ | 14.27 | 7.43 | 3.16 | - |
| YUV | 56.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 45 | 0 | 0.95 | 0.71 | 0.39 | 345 | 0.9 | 0.32 |
| Hex | 9C | 8 | 2D | 0 | 5F | 47 | 27 | 159 | 5A | 20 |
| Octal | 234 | 10 | 55 | 0 | 137 | 107 | 47 | 531 | 132 | 40 |
| Binary | 10011100 | 1000 | 101101 | 0 | 1011111 | 1000111 | 100111 | 101011001 | 1011010 | 100000 |
Color Harmonies of #9C082D
Complementary color
Monochromatic Colors of #9C082D
Black with #9C082D
Text Example
Text Example
White with #9C082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C082D; }
p { color: rgb(156,8,45); }
H1.HeaderClassName
{
color: #9C082D;
}
.AnyTagClassName
{
color: #9C082D;
}
</style>
background-color css
<style>
a { background-color: #9C082D; }
a { background-color: rgb(156,8,45); }
div.DivClassName
{
background-color: #9C082D;
}
.BgClassName
{
background-color: #9C082D;
}
</style>
border-color css
<style>
span { border-color: #9C082D; }
span { border-color: rgb(156,8,45); }
td.TdClassName
{
border-color: #9C082D;
}
.TagClassName
{
border-color: #9C082D;
}
</style>