Shades of Carmine #970132
Tints of Carmine #970132
RGB
CMYK
RGB Variations
Color information
#970132 (or 0x970132) is known color: Carmine. HEX triplet: 97, 01 and 32. RGB value is (151,1,50). Sum of RGB (Red+Green+Blue) = 151+1+50=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #970132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970132 is #68FECD. Grayscale: #333333. Windows color (decimal): -6880974 or 3277207. OLE color: 3277207.
HSL color Cylindrical-coordinate representation of color #970132: hue angle of 340.4º degrees, saturation: 0.99, 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 #970132 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.41 |
| HSL | 340.4º | 0.99% | 0.3% | - |
| HSV(B) | 340.4º | 0.99% | 0.59% | - |
| XYZ | 13.35 | 6.83 | 3.63 | - |
| YUV | 51.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 50 | 0 | 0.99 | 0.67 | 0.41 | 340.4 | 0.99 | 0.3 |
| Hex | 97 | 1 | 32 | 0 | 63 | 43 | 29 | 154 | 63 | 1E |
| Octal | 227 | 1 | 62 | 0 | 143 | 103 | 51 | 524 | 143 | 36 |
| Binary | 10010111 | 1 | 110010 | 0 | 1100011 | 1000011 | 101001 | 101010100 | 1100011 | 11110 |
Color Harmonies of #970132
Complementary color
Monochromatic Colors of #970132
Black with #970132
Text Example
Text Example
White with #970132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970132; }
p { color: rgb(151,1,50); }
H1.HeaderClassName
{
color: #970132;
}
.AnyTagClassName
{
color: #970132;
}
</style>
background-color css
<style>
a { background-color: #970132; }
a { background-color: rgb(151,1,50); }
div.DivClassName
{
background-color: #970132;
}
.BgClassName
{
background-color: #970132;
}
</style>
border-color css
<style>
span { border-color: #970132; }
span { border-color: rgb(151,1,50); }
td.TdClassName
{
border-color: #970132;
}
.TagClassName
{
border-color: #970132;
}
</style>