Shades of Carmine #95101C
Tints of Carmine #95101C
RGB
CMYK
RGB Variations
Color information
#95101C (or 0x95101C) is known color: Carmine. HEX triplet: 95, 10 and 1C. RGB value is (149,16,28). Sum of RGB (Red+Green+Blue) = 149+16+28=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95101C is #6AEFE3. Grayscale: #393939. Windows color (decimal): -7008228 or 1839253. OLE color: 1839253.
HSL color Cylindrical-coordinate representation of color #95101C: hue angle of 354.59º 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 #95101C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 28 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.42 |
| HSL | 354.59º | 0.81% | 0.32% | - |
| HSV(B) | 354.59º | 0.89% | 0.58% | - |
| XYZ | 12.79 | 6.84 | 1.75 | - |
| YUV | 57.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 28 | 0 | 0.89 | 0.81 | 0.42 | 354.59 | 0.81 | 0.32 |
| Hex | 95 | 10 | 1C | 0 | 59 | 51 | 2A | 163 | 51 | 20 |
| Octal | 225 | 20 | 34 | 0 | 131 | 121 | 52 | 543 | 121 | 40 |
| Binary | 10010101 | 10000 | 11100 | 0 | 1011001 | 1010001 | 101010 | 101100011 | 1010001 | 100000 |
Color Harmonies of #95101C
Complementary color
Monochromatic Colors of #95101C
Black with #95101C
Text Example
Text Example
White with #95101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95101C; }
p { color: rgb(149,16,28); }
H1.HeaderClassName
{
color: #95101C;
}
.AnyTagClassName
{
color: #95101C;
}
</style>
background-color css
<style>
a { background-color: #95101C; }
a { background-color: rgb(149,16,28); }
div.DivClassName
{
background-color: #95101C;
}
.BgClassName
{
background-color: #95101C;
}
</style>
border-color css
<style>
span { border-color: #95101C; }
span { border-color: rgb(149,16,28); }
td.TdClassName
{
border-color: #95101C;
}
.TagClassName
{
border-color: #95101C;
}
</style>