Shades of Carmine #970C22
Tints of Carmine #970C22
RGB
CMYK
RGB Variations
Color information
#970C22 (or 0x970C22) is known color: Carmine. HEX triplet: 97, 0C and 22. RGB value is (151,12,34). Sum of RGB (Red+Green+Blue) = 151+12+34=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #970C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C22 is #68F3DD. Grayscale: #383838. Windows color (decimal): -6878174 or 2231447. OLE color: 2231447.
HSL color Cylindrical-coordinate representation of color #970C22: hue angle of 350.5º 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 #970C22 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 34 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.41 |
| HSL | 350.5º | 0.85% | 0.32% | - |
| HSV(B) | 350.5º | 0.92% | 0.59% | - |
| XYZ | 13.18 | 6.96 | 2.16 | - |
| YUV | 56.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 34 | 0 | 0.92 | 0.77 | 0.41 | 350.5 | 0.85 | 0.32 |
| Hex | 97 | C | 22 | 0 | 5C | 4D | 29 | 15F | 55 | 20 |
| Octal | 227 | 14 | 42 | 0 | 134 | 115 | 51 | 537 | 125 | 40 |
| Binary | 10010111 | 1100 | 100010 | 0 | 1011100 | 1001101 | 101001 | 101011111 | 1010101 | 100000 |
Color Harmonies of #970C22
Complementary color
Monochromatic Colors of #970C22
Black with #970C22
Text Example
Text Example
White with #970C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C22; }
p { color: rgb(151,12,34); }
H1.HeaderClassName
{
color: #970C22;
}
.AnyTagClassName
{
color: #970C22;
}
</style>
background-color css
<style>
a { background-color: #970C22; }
a { background-color: rgb(151,12,34); }
div.DivClassName
{
background-color: #970C22;
}
.BgClassName
{
background-color: #970C22;
}
</style>
border-color css
<style>
span { border-color: #970C22; }
span { border-color: rgb(151,12,34); }
td.TdClassName
{
border-color: #970C22;
}
.TagClassName
{
border-color: #970C22;
}
</style>