Shades of Carmine #9C0321
Tints of Carmine #9C0321
RGB
CMYK
RGB Variations
Color information
#9C0321 (or 0x9C0321) is known color: Carmine. HEX triplet: 9C, 03 and 21. RGB value is (156,3,33). Sum of RGB (Red+Green+Blue) = 156+3+33=192 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.25% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0321 is #63FCDE. Grayscale: #343434. Windows color (decimal): -6552799 or 2163612. OLE color: 2163612.
HSL color Cylindrical-coordinate representation of color #9C0321: hue angle of 348.24º 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 #9C0321 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.39 |
| HSL | 348.24º | 0.96% | 0.31% | - |
| HSV(B) | 348.24º | 0.98% | 0.61% | - |
| XYZ | 14.02 | 7.24 | 2.1 | - |
| YUV | 52.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 33 | 0 | 0.98 | 0.79 | 0.39 | 348.24 | 0.96 | 0.31 |
| Hex | 9C | 3 | 21 | 0 | 62 | 4F | 27 | 15C | 60 | 1F |
| Octal | 234 | 3 | 41 | 0 | 142 | 117 | 47 | 534 | 140 | 37 |
| Binary | 10011100 | 11 | 100001 | 0 | 1100010 | 1001111 | 100111 | 101011100 | 1100000 | 11111 |
Color Harmonies of #9C0321
Complementary color
Monochromatic Colors of #9C0321
Black with #9C0321
Text Example
Text Example
White with #9C0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0321; }
p { color: rgb(156,3,33); }
H1.HeaderClassName
{
color: #9C0321;
}
.AnyTagClassName
{
color: #9C0321;
}
</style>
background-color css
<style>
a { background-color: #9C0321; }
a { background-color: rgb(156,3,33); }
div.DivClassName
{
background-color: #9C0321;
}
.BgClassName
{
background-color: #9C0321;
}
</style>
border-color css
<style>
span { border-color: #9C0321; }
span { border-color: rgb(156,3,33); }
td.TdClassName
{
border-color: #9C0321;
}
.TagClassName
{
border-color: #9C0321;
}
</style>