Shades of Carmine #99102E
Tints of Carmine #99102E
RGB
CMYK
RGB Variations
Color information
#99102E (or 0x99102E) is known color: Carmine. HEX triplet: 99, 10 and 2E. RGB value is (153,16,46). Sum of RGB (Red+Green+Blue) = 153+16+46=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99102E is #66EFD1. Grayscale: #3C3C3C. Windows color (decimal): -6746066 or 3018905. OLE color: 3018905.
HSL color Cylindrical-coordinate representation of color #99102E: hue angle of 346.86º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99102E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 46 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.4 |
| HSL | 346.86º | 0.81% | 0.33% | - |
| HSV(B) | 346.86º | 0.9% | 0.6% | - |
| XYZ | 13.82 | 7.34 | 3.27 | - |
| YUV | 60.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 46 | 0 | 0.90 | 0.70 | 0.4 | 346.86 | 0.81 | 0.33 |
| Hex | 99 | 10 | 2E | 0 | 5A | 46 | 28 | 15B | 51 | 21 |
| Octal | 231 | 20 | 56 | 0 | 132 | 106 | 50 | 533 | 121 | 41 |
| Binary | 10011001 | 10000 | 101110 | 0 | 1011010 | 1000110 | 101000 | 101011011 | 1010001 | 100001 |
Color Harmonies of #99102E
Complementary color
Monochromatic Colors of #99102E
Black with #99102E
Text Example
Text Example
White with #99102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99102E; }
p { color: rgb(153,16,46); }
H1.HeaderClassName
{
color: #99102E;
}
.AnyTagClassName
{
color: #99102E;
}
</style>
background-color css
<style>
a { background-color: #99102E; }
a { background-color: rgb(153,16,46); }
div.DivClassName
{
background-color: #99102E;
}
.BgClassName
{
background-color: #99102E;
}
</style>
border-color css
<style>
span { border-color: #99102E; }
span { border-color: rgb(153,16,46); }
td.TdClassName
{
border-color: #99102E;
}
.TagClassName
{
border-color: #99102E;
}
</style>