Shades of Carmine #99181D
Tints of Carmine #99181D
RGB
CMYK
RGB Variations
Color information
#99181D (or 0x99181D) is known color: Carmine. HEX triplet: 99, 18 and 1D. RGB value is (153,24,29). Sum of RGB (Red+Green+Blue) = 153+24+29=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99181D is #66E7E2. Grayscale: #3F3F3F. Windows color (decimal): -6744035 or 1906841. OLE color: 1906841.
HSL color Cylindrical-coordinate representation of color #99181D: hue angle of 357.67º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99181D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 29 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.4 |
| HSL | 357.67º | 0.73% | 0.35% | - |
| HSV(B) | 357.67º | 0.84% | 0.6% | - |
| XYZ | 13.69 | 7.51 | 1.89 | - |
| YUV | 63.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 29 | 0 | 0.84 | 0.81 | 0.4 | 357.67 | 0.73 | 0.35 |
| Hex | 99 | 18 | 1D | 0 | 54 | 51 | 28 | 166 | 49 | 23 |
| Octal | 231 | 30 | 35 | 0 | 124 | 121 | 50 | 546 | 111 | 43 |
| Binary | 10011001 | 11000 | 11101 | 0 | 1010100 | 1010001 | 101000 | 101100110 | 1001001 | 100011 |
Color Harmonies of #99181D
Complementary color
Monochromatic Colors of #99181D
Black with #99181D
Text Example
Text Example
White with #99181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99181D; }
p { color: rgb(153,24,29); }
H1.HeaderClassName
{
color: #99181D;
}
.AnyTagClassName
{
color: #99181D;
}
</style>
background-color css
<style>
a { background-color: #99181D; }
a { background-color: rgb(153,24,29); }
div.DivClassName
{
background-color: #99181D;
}
.BgClassName
{
background-color: #99181D;
}
</style>
border-color css
<style>
span { border-color: #99181D; }
span { border-color: rgb(153,24,29); }
td.TdClassName
{
border-color: #99181D;
}
.TagClassName
{
border-color: #99181D;
}
</style>