Shades of Carmine #99111C
Tints of Carmine #99111C
RGB
CMYK
RGB Variations
Color information
#99111C (or 0x99111C) is known color: Carmine. HEX triplet: 99, 11 and 1C. RGB value is (153,17,28). Sum of RGB (Red+Green+Blue) = 153+17+28=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #99111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99111C is #66EEE3. Grayscale: #3B3B3B. Windows color (decimal): -6745828 or 1839513. OLE color: 1839513.
HSL color Cylindrical-coordinate representation of color #99111C: hue angle of 355.15º 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 #99111C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 28 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.4 |
| HSL | 355.15º | 0.8% | 0.33% | - |
| HSV(B) | 355.15º | 0.89% | 0.6% | - |
| XYZ | 13.55 | 7.26 | 1.79 | - |
| YUV | 58.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 28 | 0 | 0.89 | 0.82 | 0.4 | 355.15 | 0.8 | 0.33 |
| Hex | 99 | 11 | 1C | 0 | 59 | 52 | 28 | 163 | 50 | 21 |
| Octal | 231 | 21 | 34 | 0 | 131 | 122 | 50 | 543 | 120 | 41 |
| Binary | 10011001 | 10001 | 11100 | 0 | 1011001 | 1010010 | 101000 | 101100011 | 1010000 | 100001 |
Color Harmonies of #99111C
Complementary color
Monochromatic Colors of #99111C
Black with #99111C
Text Example
Text Example
White with #99111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99111C; }
p { color: rgb(153,17,28); }
H1.HeaderClassName
{
color: #99111C;
}
.AnyTagClassName
{
color: #99111C;
}
</style>
background-color css
<style>
a { background-color: #99111C; }
a { background-color: rgb(153,17,28); }
div.DivClassName
{
background-color: #99111C;
}
.BgClassName
{
background-color: #99111C;
}
</style>
border-color css
<style>
span { border-color: #99111C; }
span { border-color: rgb(153,17,28); }
td.TdClassName
{
border-color: #99111C;
}
.TagClassName
{
border-color: #99111C;
}
</style>