Shades of Carmine #95111D
Tints of Carmine #95111D
RGB
CMYK
RGB Variations
Color information
#95111D (or 0x95111D) is known color: Carmine. HEX triplet: 95, 11 and 1D. RGB value is (149,17,29). Sum of RGB (Red+Green+Blue) = 149+17+29=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95111D is #6AEEE2. Grayscale: #393939. Windows color (decimal): -7007971 or 1905045. OLE color: 1905045.
HSL color Cylindrical-coordinate representation of color #95111D: hue angle of 354.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95111D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 29 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.42 |
| HSL | 354.55º | 0.8% | 0.33% | - |
| HSV(B) | 354.55º | 0.89% | 0.58% | - |
| XYZ | 12.82 | 6.88 | 1.81 | - |
| YUV | 57.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 29 | 0 | 0.89 | 0.81 | 0.42 | 354.55 | 0.8 | 0.33 |
| Hex | 95 | 11 | 1D | 0 | 59 | 51 | 2A | 163 | 50 | 21 |
| Octal | 225 | 21 | 35 | 0 | 131 | 121 | 52 | 543 | 120 | 41 |
| Binary | 10010101 | 10001 | 11101 | 0 | 1011001 | 1010001 | 101010 | 101100011 | 1010000 | 100001 |
Color Harmonies of #95111D
Complementary color
Monochromatic Colors of #95111D
Black with #95111D
Text Example
Text Example
White with #95111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95111D; }
p { color: rgb(149,17,29); }
H1.HeaderClassName
{
color: #95111D;
}
.AnyTagClassName
{
color: #95111D;
}
</style>
background-color css
<style>
a { background-color: #95111D; }
a { background-color: rgb(149,17,29); }
div.DivClassName
{
background-color: #95111D;
}
.BgClassName
{
background-color: #95111D;
}
</style>
border-color css
<style>
span { border-color: #95111D; }
span { border-color: rgb(149,17,29); }
td.TdClassName
{
border-color: #95111D;
}
.TagClassName
{
border-color: #95111D;
}
</style>