Shades of Carmine #9C0F1F
Tints of Carmine #9C0F1F
RGB
CMYK
RGB Variations
Color information
#9C0F1F (or 0x9C0F1F) is known color: Carmine. HEX triplet: 9C, 0F and 1F. RGB value is (156,15,31). Sum of RGB (Red+Green+Blue) = 156+15+31=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F1F is #63F0E0. Grayscale: #3B3B3B. Windows color (decimal): -6549729 or 2035612. OLE color: 2035612.
HSL color Cylindrical-coordinate representation of color #9C0F1F: hue angle of 353.19º 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 #9C0F1F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 31 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.39 |
| HSL | 353.19º | 0.82% | 0.34% | - |
| HSV(B) | 353.19º | 0.9% | 0.61% | - |
| XYZ | 14.13 | 7.51 | 2 | - |
| YUV | 58.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 31 | 0 | 0.90 | 0.80 | 0.39 | 353.19 | 0.82 | 0.34 |
| Hex | 9C | F | 1F | 0 | 5A | 50 | 27 | 161 | 52 | 22 |
| Octal | 234 | 17 | 37 | 0 | 132 | 120 | 47 | 541 | 122 | 42 |
| Binary | 10011100 | 1111 | 11111 | 0 | 1011010 | 1010000 | 100111 | 101100001 | 1010010 | 100010 |
Color Harmonies of #9C0F1F
Complementary color
Monochromatic Colors of #9C0F1F
Black with #9C0F1F
Text Example
Text Example
White with #9C0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F1F; }
p { color: rgb(156,15,31); }
H1.HeaderClassName
{
color: #9C0F1F;
}
.AnyTagClassName
{
color: #9C0F1F;
}
</style>
background-color css
<style>
a { background-color: #9C0F1F; }
a { background-color: rgb(156,15,31); }
div.DivClassName
{
background-color: #9C0F1F;
}
.BgClassName
{
background-color: #9C0F1F;
}
</style>
border-color css
<style>
span { border-color: #9C0F1F; }
span { border-color: rgb(156,15,31); }
td.TdClassName
{
border-color: #9C0F1F;
}
.TagClassName
{
border-color: #9C0F1F;
}
</style>