Shades of Carmine #970232
Tints of Carmine #970232
RGB
CMYK
RGB Variations
Color information
#970232 (or 0x970232) is known color: Carmine. HEX triplet: 97, 02 and 32. RGB value is (151,2,50). Sum of RGB (Red+Green+Blue) = 151+2+50=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #970232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970232 is #68FDCD. Grayscale: #333333. Windows color (decimal): -6880718 or 3277463. OLE color: 3277463.
HSL color Cylindrical-coordinate representation of color #970232: hue angle of 340.67º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970232 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.41 |
| HSL | 340.67º | 0.97% | 0.3% | - |
| HSV(B) | 340.67º | 0.99% | 0.59% | - |
| XYZ | 13.36 | 6.85 | 3.64 | - |
| YUV | 52.02 | 126.86 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 50 | 0 | 0.99 | 0.67 | 0.41 | 340.67 | 0.97 | 0.3 |
| Hex | 97 | 2 | 32 | 0 | 63 | 43 | 29 | 155 | 61 | 1E |
| Octal | 227 | 2 | 62 | 0 | 143 | 103 | 51 | 525 | 141 | 36 |
| Binary | 10010111 | 10 | 110010 | 0 | 1100011 | 1000011 | 101001 | 101010101 | 1100001 | 11110 |
Color Harmonies of #970232
Complementary color
Monochromatic Colors of #970232
Black with #970232
Text Example
Text Example
White with #970232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970232; }
p { color: rgb(151,2,50); }
H1.HeaderClassName
{
color: #970232;
}
.AnyTagClassName
{
color: #970232;
}
</style>
background-color css
<style>
a { background-color: #970232; }
a { background-color: rgb(151,2,50); }
div.DivClassName
{
background-color: #970232;
}
.BgClassName
{
background-color: #970232;
}
</style>
border-color css
<style>
span { border-color: #970232; }
span { border-color: rgb(151,2,50); }
td.TdClassName
{
border-color: #970232;
}
.TagClassName
{
border-color: #970232;
}
</style>