Shades of Carmine #970C18
Tints of Carmine #970C18
RGB
CMYK
RGB Variations
Color information
#970C18 (or 0x970C18) is known color: Carmine. HEX triplet: 97, 0C and 18. RGB value is (151,12,24). Sum of RGB (Red+Green+Blue) = 151+12+24=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #970C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970C18 is #68F3E7. Grayscale: #373737. Windows color (decimal): -6878184 or 1576087. OLE color: 1576087.
HSL color Cylindrical-coordinate representation of color #970C18: hue angle of 354.82º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C18 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 24 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.41 |
| HSL | 354.82º | 0.85% | 0.32% | - |
| HSV(B) | 354.82º | 0.92% | 0.59% | - |
| XYZ | 13.06 | 6.91 | 1.51 | - |
| YUV | 54.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 24 | 0 | 0.92 | 0.84 | 0.41 | 354.82 | 0.85 | 0.32 |
| Hex | 97 | C | 18 | 0 | 5C | 54 | 29 | 163 | 55 | 20 |
| Octal | 227 | 14 | 30 | 0 | 134 | 124 | 51 | 543 | 125 | 40 |
| Binary | 10010111 | 1100 | 11000 | 0 | 1011100 | 1010100 | 101001 | 101100011 | 1010101 | 100000 |
Color Harmonies of #970C18
Complementary color
Monochromatic Colors of #970C18
Black with #970C18
Text Example
Text Example
White with #970C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C18; }
p { color: rgb(151,12,24); }
H1.HeaderClassName
{
color: #970C18;
}
.AnyTagClassName
{
color: #970C18;
}
</style>
background-color css
<style>
a { background-color: #970C18; }
a { background-color: rgb(151,12,24); }
div.DivClassName
{
background-color: #970C18;
}
.BgClassName
{
background-color: #970C18;
}
</style>
border-color css
<style>
span { border-color: #970C18; }
span { border-color: rgb(151,12,24); }
td.TdClassName
{
border-color: #970C18;
}
.TagClassName
{
border-color: #970C18;
}
</style>