Shades of Carmine #95101E
Tints of Carmine #95101E
RGB
CMYK
RGB Variations
Color information
#95101E (or 0x95101E) is known color: Carmine. HEX triplet: 95, 10 and 1E. RGB value is (149,16,30). Sum of RGB (Red+Green+Blue) = 149+16+30=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95101E is #6AEFE1. Grayscale: #393939. Windows color (decimal): -7008226 or 1970325. OLE color: 1970325.
HSL color Cylindrical-coordinate representation of color #95101E: hue angle of 353.68º 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 #95101E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 30 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.42 |
| HSL | 353.68º | 0.81% | 0.32% | - |
| HSV(B) | 353.68º | 0.89% | 0.58% | - |
| XYZ | 12.81 | 6.85 | 1.88 | - |
| YUV | 57.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 30 | 0 | 0.89 | 0.80 | 0.42 | 353.68 | 0.81 | 0.32 |
| Hex | 95 | 10 | 1E | 0 | 59 | 50 | 2A | 162 | 51 | 20 |
| Octal | 225 | 20 | 36 | 0 | 131 | 120 | 52 | 542 | 121 | 40 |
| Binary | 10010101 | 10000 | 11110 | 0 | 1011001 | 1010000 | 101010 | 101100010 | 1010001 | 100000 |
Color Harmonies of #95101E
Complementary color
Monochromatic Colors of #95101E
Black with #95101E
Text Example
Text Example
White with #95101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95101E; }
p { color: rgb(149,16,30); }
H1.HeaderClassName
{
color: #95101E;
}
.AnyTagClassName
{
color: #95101E;
}
</style>
background-color css
<style>
a { background-color: #95101E; }
a { background-color: rgb(149,16,30); }
div.DivClassName
{
background-color: #95101E;
}
.BgClassName
{
background-color: #95101E;
}
</style>
border-color css
<style>
span { border-color: #95101E; }
span { border-color: rgb(149,16,30); }
td.TdClassName
{
border-color: #95101E;
}
.TagClassName
{
border-color: #95101E;
}
</style>