Shades of Carmine #99111F
Tints of Carmine #99111F
RGB
CMYK
RGB Variations
Color information
#99111F (or 0x99111F) is known color: Carmine. HEX triplet: 99, 11 and 1F. RGB value is (153,17,31). Sum of RGB (Red+Green+Blue) = 153+17+31=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99111F is #66EEE0. Grayscale: #3B3B3B. Windows color (decimal): -6745825 or 2036121. OLE color: 2036121.
HSL color Cylindrical-coordinate representation of color #99111F: hue angle of 353.82º 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 #99111F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 31 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.4 |
| HSL | 353.82º | 0.8% | 0.33% | - |
| HSV(B) | 353.82º | 0.89% | 0.6% | - |
| XYZ | 13.58 | 7.27 | 1.98 | - |
| YUV | 59.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 31 | 0 | 0.89 | 0.80 | 0.4 | 353.82 | 0.8 | 0.33 |
| Hex | 99 | 11 | 1F | 0 | 59 | 50 | 28 | 162 | 50 | 21 |
| Octal | 231 | 21 | 37 | 0 | 131 | 120 | 50 | 542 | 120 | 41 |
| Binary | 10011001 | 10001 | 11111 | 0 | 1011001 | 1010000 | 101000 | 101100010 | 1010000 | 100001 |
Color Harmonies of #99111F
Complementary color
Monochromatic Colors of #99111F
Black with #99111F
Text Example
Text Example
White with #99111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99111F; }
p { color: rgb(153,17,31); }
H1.HeaderClassName
{
color: #99111F;
}
.AnyTagClassName
{
color: #99111F;
}
</style>
background-color css
<style>
a { background-color: #99111F; }
a { background-color: rgb(153,17,31); }
div.DivClassName
{
background-color: #99111F;
}
.BgClassName
{
background-color: #99111F;
}
</style>
border-color css
<style>
span { border-color: #99111F; }
span { border-color: rgb(153,17,31); }
td.TdClassName
{
border-color: #99111F;
}
.TagClassName
{
border-color: #99111F;
}
</style>