Shades of Carmine #9C0F30
Tints of Carmine #9C0F30
RGB
CMYK
RGB Variations
Color information
#9C0F30 (or 0x9C0F30) is known color: Carmine. HEX triplet: 9C, 0F and 30. RGB value is (156,15,48). Sum of RGB (Red+Green+Blue) = 156+15+48=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F30 is #63F0CF. Grayscale: #3C3C3C. Windows color (decimal): -6549712 or 3149724. OLE color: 3149724.
HSL color Cylindrical-coordinate representation of color #9C0F30: hue angle of 345.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F30 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 48 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.39 |
| HSL | 345.96º | 0.82% | 0.34% | - |
| HSV(B) | 345.96º | 0.9% | 0.61% | - |
| XYZ | 14.41 | 7.62 | 3.51 | - |
| YUV | 60.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 48 | 0 | 0.90 | 0.69 | 0.39 | 345.96 | 0.82 | 0.34 |
| Hex | 9C | F | 30 | 0 | 5A | 45 | 27 | 15A | 52 | 22 |
| Octal | 234 | 17 | 60 | 0 | 132 | 105 | 47 | 532 | 122 | 42 |
| Binary | 10011100 | 1111 | 110000 | 0 | 1011010 | 1000101 | 100111 | 101011010 | 1010010 | 100010 |
Color Harmonies of #9C0F30
Complementary color
Monochromatic Colors of #9C0F30
Black with #9C0F30
Text Example
Text Example
White with #9C0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F30; }
p { color: rgb(156,15,48); }
H1.HeaderClassName
{
color: #9C0F30;
}
.AnyTagClassName
{
color: #9C0F30;
}
</style>
background-color css
<style>
a { background-color: #9C0F30; }
a { background-color: rgb(156,15,48); }
div.DivClassName
{
background-color: #9C0F30;
}
.BgClassName
{
background-color: #9C0F30;
}
</style>
border-color css
<style>
span { border-color: #9C0F30; }
span { border-color: rgb(156,15,48); }
td.TdClassName
{
border-color: #9C0F30;
}
.TagClassName
{
border-color: #9C0F30;
}
</style>