Shades of Carmine #9C0213
Tints of Carmine #9C0213
RGB
CMYK
RGB Variations
Color information
#9C0213 (or 0x9C0213) is known color: Carmine. HEX triplet: 9C, 02 and 13. RGB value is (156,2,19). Sum of RGB (Red+Green+Blue) = 156+2+19=177 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.14% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0213 is #63FDEC. Grayscale: #323232. Windows color (decimal): -6553069 or 1245852. OLE color: 1245852.
HSL color Cylindrical-coordinate representation of color #9C0213: hue angle of 353.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0213 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.39 |
| HSL | 353.38º | 0.97% | 0.31% | - |
| HSV(B) | 353.38º | 0.99% | 0.61% | - |
| XYZ | 13.85 | 7.16 | 1.27 | - |
| YUV | 49.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 19 | 0 | 0.99 | 0.88 | 0.39 | 353.38 | 0.97 | 0.31 |
| Hex | 9C | 2 | 13 | 0 | 63 | 58 | 27 | 161 | 61 | 1F |
| Octal | 234 | 2 | 23 | 0 | 143 | 130 | 47 | 541 | 141 | 37 |
| Binary | 10011100 | 10 | 10011 | 0 | 1100011 | 1011000 | 100111 | 101100001 | 1100001 | 11111 |
Color Harmonies of #9C0213
Complementary color
Monochromatic Colors of #9C0213
Black with #9C0213
Text Example
Text Example
White with #9C0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0213; }
p { color: rgb(156,2,19); }
H1.HeaderClassName
{
color: #9C0213;
}
.AnyTagClassName
{
color: #9C0213;
}
</style>
background-color css
<style>
a { background-color: #9C0213; }
a { background-color: rgb(156,2,19); }
div.DivClassName
{
background-color: #9C0213;
}
.BgClassName
{
background-color: #9C0213;
}
</style>
border-color css
<style>
span { border-color: #9C0213; }
span { border-color: rgb(156,2,19); }
td.TdClassName
{
border-color: #9C0213;
}
.TagClassName
{
border-color: #9C0213;
}
</style>