Shades of Carmine #95101D
Tints of Carmine #95101D
RGB
CMYK
RGB Variations
Color information
#95101D (or 0x95101D) is known color: Carmine. HEX triplet: 95, 10 and 1D. RGB value is (149,16,29). Sum of RGB (Red+Green+Blue) = 149+16+29=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #95101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95101D is #6AEFE2. Grayscale: #393939. Windows color (decimal): -7008227 or 1904789. OLE color: 1904789.
HSL color Cylindrical-coordinate representation of color #95101D: hue angle of 354.14º 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 #95101D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 29 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.42 |
| HSL | 354.14º | 0.81% | 0.32% | - |
| HSV(B) | 354.14º | 0.89% | 0.58% | - |
| XYZ | 12.8 | 6.85 | 1.81 | - |
| YUV | 57.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 29 | 0 | 0.89 | 0.81 | 0.42 | 354.14 | 0.81 | 0.32 |
| Hex | 95 | 10 | 1D | 0 | 59 | 51 | 2A | 162 | 51 | 20 |
| Octal | 225 | 20 | 35 | 0 | 131 | 121 | 52 | 542 | 121 | 40 |
| Binary | 10010101 | 10000 | 11101 | 0 | 1011001 | 1010001 | 101010 | 101100010 | 1010001 | 100000 |
Color Harmonies of #95101D
Complementary color
Monochromatic Colors of #95101D
Black with #95101D
Text Example
Text Example
White with #95101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95101D; }
p { color: rgb(149,16,29); }
H1.HeaderClassName
{
color: #95101D;
}
.AnyTagClassName
{
color: #95101D;
}
</style>
background-color css
<style>
a { background-color: #95101D; }
a { background-color: rgb(149,16,29); }
div.DivClassName
{
background-color: #95101D;
}
.BgClassName
{
background-color: #95101D;
}
</style>
border-color css
<style>
span { border-color: #95101D; }
span { border-color: rgb(149,16,29); }
td.TdClassName
{
border-color: #95101D;
}
.TagClassName
{
border-color: #95101D;
}
</style>