Shades of Carmine #99111E
Tints of Carmine #99111E
RGB
CMYK
RGB Variations
Color information
#99111E (or 0x99111E) is known color: Carmine. HEX triplet: 99, 11 and 1E. RGB value is (153,17,30). Sum of RGB (Red+Green+Blue) = 153+17+30=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99111E is #66EEE1. Grayscale: #3B3B3B. Windows color (decimal): -6745826 or 1970585. OLE color: 1970585.
HSL color Cylindrical-coordinate representation of color #99111E: hue angle of 354.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99111E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 30 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.4 |
| HSL | 354.26º | 0.8% | 0.33% | - |
| HSV(B) | 354.26º | 0.89% | 0.6% | - |
| XYZ | 13.57 | 7.27 | 1.92 | - |
| YUV | 59.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 30 | 0 | 0.89 | 0.80 | 0.4 | 354.26 | 0.8 | 0.33 |
| Hex | 99 | 11 | 1E | 0 | 59 | 50 | 28 | 162 | 50 | 21 |
| Octal | 231 | 21 | 36 | 0 | 131 | 120 | 50 | 542 | 120 | 41 |
| Binary | 10011001 | 10001 | 11110 | 0 | 1011001 | 1010000 | 101000 | 101100010 | 1010000 | 100001 |
Color Harmonies of #99111E
Complementary color
Monochromatic Colors of #99111E
Black with #99111E
Text Example
Text Example
White with #99111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99111E; }
p { color: rgb(153,17,30); }
H1.HeaderClassName
{
color: #99111E;
}
.AnyTagClassName
{
color: #99111E;
}
</style>
background-color css
<style>
a { background-color: #99111E; }
a { background-color: rgb(153,17,30); }
div.DivClassName
{
background-color: #99111E;
}
.BgClassName
{
background-color: #99111E;
}
</style>
border-color css
<style>
span { border-color: #99111E; }
span { border-color: rgb(153,17,30); }
td.TdClassName
{
border-color: #99111E;
}
.TagClassName
{
border-color: #99111E;
}
</style>