Shades of Carmine #95121D
Tints of Carmine #95121D
RGB
CMYK
RGB Variations
Color information
#95121D (or 0x95121D) is known color: Carmine. HEX triplet: 95, 12 and 1D. RGB value is (149,18,29). Sum of RGB (Red+Green+Blue) = 149+18+29=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95121D is #6AEDE2. Grayscale: #3A3A3A. Windows color (decimal): -7007715 or 1905301. OLE color: 1905301.
HSL color Cylindrical-coordinate representation of color #95121D: hue angle of 354.96º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95121D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 29 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.42 |
| HSL | 354.96º | 0.78% | 0.33% | - |
| HSV(B) | 354.96º | 0.88% | 0.58% | - |
| XYZ | 12.83 | 6.91 | 1.82 | - |
| YUV | 58.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 29 | 0 | 0.88 | 0.81 | 0.42 | 354.96 | 0.78 | 0.33 |
| Hex | 95 | 12 | 1D | 0 | 58 | 51 | 2A | 163 | 4E | 21 |
| Octal | 225 | 22 | 35 | 0 | 130 | 121 | 52 | 543 | 116 | 41 |
| Binary | 10010101 | 10010 | 11101 | 0 | 1011000 | 1010001 | 101010 | 101100011 | 1001110 | 100001 |
Color Harmonies of #95121D
Complementary color
Monochromatic Colors of #95121D
Black with #95121D
Text Example
Text Example
White with #95121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95121D; }
p { color: rgb(149,18,29); }
H1.HeaderClassName
{
color: #95121D;
}
.AnyTagClassName
{
color: #95121D;
}
</style>
background-color css
<style>
a { background-color: #95121D; }
a { background-color: rgb(149,18,29); }
div.DivClassName
{
background-color: #95121D;
}
.BgClassName
{
background-color: #95121D;
}
</style>
border-color css
<style>
span { border-color: #95121D; }
span { border-color: rgb(149,18,29); }
td.TdClassName
{
border-color: #95121D;
}
.TagClassName
{
border-color: #95121D;
}
</style>