Shades of Carmine #95102C
Tints of Carmine #95102C
RGB
CMYK
RGB Variations
Color information
#95102C (or 0x95102C) is known color: Carmine. HEX triplet: 95, 10 and 2C. RGB value is (149,16,44). Sum of RGB (Red+Green+Blue) = 149+16+44=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95102C is #6AEFD3. Grayscale: #3A3A3A. Windows color (decimal): -7008212 or 2887829. OLE color: 2887829.
HSL color Cylindrical-coordinate representation of color #95102C: hue angle of 347.37º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95102C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 44 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.42 |
| HSL | 347.37º | 0.81% | 0.32% | - |
| HSV(B) | 347.37º | 0.89% | 0.58% | - |
| XYZ | 13.03 | 6.94 | 3.04 | - |
| YUV | 58.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 44 | 0 | 0.89 | 0.70 | 0.42 | 347.37 | 0.81 | 0.32 |
| Hex | 95 | 10 | 2C | 0 | 59 | 46 | 2A | 15B | 51 | 20 |
| Octal | 225 | 20 | 54 | 0 | 131 | 106 | 52 | 533 | 121 | 40 |
| Binary | 10010101 | 10000 | 101100 | 0 | 1011001 | 1000110 | 101010 | 101011011 | 1010001 | 100000 |
Color Harmonies of #95102C
Complementary color
Monochromatic Colors of #95102C
Black with #95102C
Text Example
Text Example
White with #95102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95102C; }
p { color: rgb(149,16,44); }
H1.HeaderClassName
{
color: #95102C;
}
.AnyTagClassName
{
color: #95102C;
}
</style>
background-color css
<style>
a { background-color: #95102C; }
a { background-color: rgb(149,16,44); }
div.DivClassName
{
background-color: #95102C;
}
.BgClassName
{
background-color: #95102C;
}
</style>
border-color css
<style>
span { border-color: #95102C; }
span { border-color: rgb(149,16,44); }
td.TdClassName
{
border-color: #95102C;
}
.TagClassName
{
border-color: #95102C;
}
</style>