Shades of Carmine #9C081C
Tints of Carmine #9C081C
RGB
CMYK
RGB Variations
Color information
#9C081C (or 0x9C081C) is known color: Carmine. HEX triplet: 9C, 08 and 1C. RGB value is (156,8,28). Sum of RGB (Red+Green+Blue) = 156+8+28=192 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.25% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 156 - color contains mainly: red. Hex color #9C081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C081C is #63F7E3. Grayscale: #363636. Windows color (decimal): -6551524 or 1837212. OLE color: 1837212.
HSL color Cylindrical-coordinate representation of color #9C081C: hue angle of 351.89º 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 #9C081C is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 28 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.39 |
| HSL | 351.89º | 0.9% | 0.32% | - |
| HSV(B) | 351.89º | 0.95% | 0.61% | - |
| XYZ | 14.01 | 7.33 | 1.77 | - |
| YUV | 54.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 28 | 0 | 0.95 | 0.82 | 0.39 | 351.89 | 0.9 | 0.32 |
| Hex | 9C | 8 | 1C | 0 | 5F | 52 | 27 | 160 | 5A | 20 |
| Octal | 234 | 10 | 34 | 0 | 137 | 122 | 47 | 540 | 132 | 40 |
| Binary | 10011100 | 1000 | 11100 | 0 | 1011111 | 1010010 | 100111 | 101100000 | 1011010 | 100000 |
Color Harmonies of #9C081C
Complementary color
Monochromatic Colors of #9C081C
Black with #9C081C
Text Example
Text Example
White with #9C081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C081C; }
p { color: rgb(156,8,28); }
H1.HeaderClassName
{
color: #9C081C;
}
.AnyTagClassName
{
color: #9C081C;
}
</style>
background-color css
<style>
a { background-color: #9C081C; }
a { background-color: rgb(156,8,28); }
div.DivClassName
{
background-color: #9C081C;
}
.BgClassName
{
background-color: #9C081C;
}
</style>
border-color css
<style>
span { border-color: #9C081C; }
span { border-color: rgb(156,8,28); }
td.TdClassName
{
border-color: #9C081C;
}
.TagClassName
{
border-color: #9C081C;
}
</style>