Shades of Carmine #9C022B
Tints of Carmine #9C022B
RGB
CMYK
RGB Variations
Color information
#9C022B (or 0x9C022B) is known color: Carmine. HEX triplet: 9C, 02 and 2B. RGB value is (156,2,43). Sum of RGB (Red+Green+Blue) = 156+2+43=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C022B is #63FDD4. Grayscale: #343434. Windows color (decimal): -6553045 or 2818716. OLE color: 2818716.
HSL color Cylindrical-coordinate representation of color #9C022B: hue angle of 344.03º 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 #9C022B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.39 |
| HSL | 344.03º | 0.97% | 0.31% | - |
| HSV(B) | 344.03º | 0.99% | 0.61% | - |
| XYZ | 14.17 | 7.29 | 2.95 | - |
| YUV | 52.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 43 | 0 | 0.99 | 0.72 | 0.39 | 344.03 | 0.97 | 0.31 |
| Hex | 9C | 2 | 2B | 0 | 63 | 48 | 27 | 158 | 61 | 1F |
| Octal | 234 | 2 | 53 | 0 | 143 | 110 | 47 | 530 | 141 | 37 |
| Binary | 10011100 | 10 | 101011 | 0 | 1100011 | 1001000 | 100111 | 101011000 | 1100001 | 11111 |
Color Harmonies of #9C022B
Complementary color
Monochromatic Colors of #9C022B
Black with #9C022B
Text Example
Text Example
White with #9C022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C022B; }
p { color: rgb(156,2,43); }
H1.HeaderClassName
{
color: #9C022B;
}
.AnyTagClassName
{
color: #9C022B;
}
</style>
background-color css
<style>
a { background-color: #9C022B; }
a { background-color: rgb(156,2,43); }
div.DivClassName
{
background-color: #9C022B;
}
.BgClassName
{
background-color: #9C022B;
}
</style>
border-color css
<style>
span { border-color: #9C022B; }
span { border-color: rgb(156,2,43); }
td.TdClassName
{
border-color: #9C022B;
}
.TagClassName
{
border-color: #9C022B;
}
</style>