Shades of Carmine #9C0318
Tints of Carmine #9C0318
RGB
CMYK
RGB Variations
Color information
#9C0318 (or 0x9C0318) is known color: Carmine. HEX triplet: 9C, 03 and 18. RGB value is (156,3,24). Sum of RGB (Red+Green+Blue) = 156+3+24=183 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.25% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0318 is #63FCE7. Grayscale: #333333. Windows color (decimal): -6552808 or 1573788. OLE color: 1573788.
HSL color Cylindrical-coordinate representation of color #9C0318: hue angle of 351.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0318 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 24 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.39 |
| HSL | 351.76º | 0.96% | 0.31% | - |
| HSV(B) | 351.76º | 0.98% | 0.61% | - |
| XYZ | 13.91 | 7.2 | 1.52 | - |
| YUV | 51.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 24 | 0 | 0.98 | 0.85 | 0.39 | 351.76 | 0.96 | 0.31 |
| Hex | 9C | 3 | 18 | 0 | 62 | 55 | 27 | 160 | 60 | 1F |
| Octal | 234 | 3 | 30 | 0 | 142 | 125 | 47 | 540 | 140 | 37 |
| Binary | 10011100 | 11 | 11000 | 0 | 1100010 | 1010101 | 100111 | 101100000 | 1100000 | 11111 |
Color Harmonies of #9C0318
Complementary color
Monochromatic Colors of #9C0318
Black with #9C0318
Text Example
Text Example
White with #9C0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0318; }
p { color: rgb(156,3,24); }
H1.HeaderClassName
{
color: #9C0318;
}
.AnyTagClassName
{
color: #9C0318;
}
</style>
background-color css
<style>
a { background-color: #9C0318; }
a { background-color: rgb(156,3,24); }
div.DivClassName
{
background-color: #9C0318;
}
.BgClassName
{
background-color: #9C0318;
}
</style>
border-color css
<style>
span { border-color: #9C0318; }
span { border-color: rgb(156,3,24); }
td.TdClassName
{
border-color: #9C0318;
}
.TagClassName
{
border-color: #9C0318;
}
</style>