Shades of Carmine #97012E
Tints of Carmine #97012E
RGB
CMYK
RGB Variations
Color information
#97012E (or 0x97012E) is known color: Carmine. HEX triplet: 97, 01 and 2E. RGB value is (151,1,46). Sum of RGB (Red+Green+Blue) = 151+1+46=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97012E is #68FED1. Grayscale: #323232. Windows color (decimal): -6880978 or 3015063. OLE color: 3015063.
HSL color Cylindrical-coordinate representation of color #97012E: hue angle of 342º 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 #97012E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.41 |
| HSL | 342º | 0.99% | 0.3% | - |
| HSV(B) | 342º | 0.99% | 0.59% | - |
| XYZ | 13.27 | 6.8 | 3.2 | - |
| YUV | 50.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 46 | 0 | 0.99 | 0.70 | 0.41 | 342 | 0.99 | 0.3 |
| Hex | 97 | 1 | 2E | 0 | 63 | 46 | 29 | 156 | 63 | 1E |
| Octal | 227 | 1 | 56 | 0 | 143 | 106 | 51 | 526 | 143 | 36 |
| Binary | 10010111 | 1 | 101110 | 0 | 1100011 | 1000110 | 101001 | 101010110 | 1100011 | 11110 |
Color Harmonies of #97012E
Complementary color
Monochromatic Colors of #97012E
Black with #97012E
Text Example
Text Example
White with #97012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97012E; }
p { color: rgb(151,1,46); }
H1.HeaderClassName
{
color: #97012E;
}
.AnyTagClassName
{
color: #97012E;
}
</style>
background-color css
<style>
a { background-color: #97012E; }
a { background-color: rgb(151,1,46); }
div.DivClassName
{
background-color: #97012E;
}
.BgClassName
{
background-color: #97012E;
}
</style>
border-color css
<style>
span { border-color: #97012E; }
span { border-color: rgb(151,1,46); }
td.TdClassName
{
border-color: #97012E;
}
.TagClassName
{
border-color: #97012E;
}
</style>