Shades of Carmine #97112B
Tints of Carmine #97112B
RGB
CMYK
RGB Variations
Color information
#97112B (or 0x97112B) is known color: Carmine. HEX triplet: 97, 11 and 2B. RGB value is (151,17,43). Sum of RGB (Red+Green+Blue) = 151+17+43=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97112B is #68EED4. Grayscale: #3C3C3C. Windows color (decimal): -6876885 or 2822551. OLE color: 2822551.
HSL color Cylindrical-coordinate representation of color #97112B: hue angle of 348.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97112B is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 43 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.41 |
| HSL | 348.36º | 0.8% | 0.33% | - |
| HSV(B) | 348.36º | 0.89% | 0.59% | - |
| XYZ | 13.4 | 7.15 | 2.96 | - |
| YUV | 60.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 43 | 0 | 0.89 | 0.72 | 0.41 | 348.36 | 0.8 | 0.33 |
| Hex | 97 | 11 | 2B | 0 | 59 | 48 | 29 | 15C | 50 | 21 |
| Octal | 227 | 21 | 53 | 0 | 131 | 110 | 51 | 534 | 120 | 41 |
| Binary | 10010111 | 10001 | 101011 | 0 | 1011001 | 1001000 | 101001 | 101011100 | 1010000 | 100001 |
Color Harmonies of #97112B
Complementary color
Monochromatic Colors of #97112B
Black with #97112B
Text Example
Text Example
White with #97112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97112B; }
p { color: rgb(151,17,43); }
H1.HeaderClassName
{
color: #97112B;
}
.AnyTagClassName
{
color: #97112B;
}
</style>
background-color css
<style>
a { background-color: #97112B; }
a { background-color: rgb(151,17,43); }
div.DivClassName
{
background-color: #97112B;
}
.BgClassName
{
background-color: #97112B;
}
</style>
border-color css
<style>
span { border-color: #97112B; }
span { border-color: rgb(151,17,43); }
td.TdClassName
{
border-color: #97112B;
}
.TagClassName
{
border-color: #97112B;
}
</style>