Shades of Carmine #95101F
Tints of Carmine #95101F
RGB
CMYK
RGB Variations
Color information
#95101F (or 0x95101F) is known color: Carmine. HEX triplet: 95, 10 and 1F. RGB value is (149,16,31). Sum of RGB (Red+Green+Blue) = 149+16+31=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95101F is #6AEFE0. Grayscale: #393939. Windows color (decimal): -7008225 or 2035861. OLE color: 2035861.
HSL color Cylindrical-coordinate representation of color #95101F: hue angle of 353.23º 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 #95101F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 31 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.42 |
| HSL | 353.23º | 0.81% | 0.32% | - |
| HSV(B) | 353.23º | 0.89% | 0.58% | - |
| XYZ | 12.83 | 6.86 | 1.94 | - |
| YUV | 57.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 31 | 0 | 0.89 | 0.79 | 0.42 | 353.23 | 0.81 | 0.32 |
| Hex | 95 | 10 | 1F | 0 | 59 | 4F | 2A | 161 | 51 | 20 |
| Octal | 225 | 20 | 37 | 0 | 131 | 117 | 52 | 541 | 121 | 40 |
| Binary | 10010101 | 10000 | 11111 | 0 | 1011001 | 1001111 | 101010 | 101100001 | 1010001 | 100000 |
Color Harmonies of #95101F
Complementary color
Monochromatic Colors of #95101F
Black with #95101F
Text Example
Text Example
White with #95101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95101F; }
p { color: rgb(149,16,31); }
H1.HeaderClassName
{
color: #95101F;
}
.AnyTagClassName
{
color: #95101F;
}
</style>
background-color css
<style>
a { background-color: #95101F; }
a { background-color: rgb(149,16,31); }
div.DivClassName
{
background-color: #95101F;
}
.BgClassName
{
background-color: #95101F;
}
</style>
border-color css
<style>
span { border-color: #95101F; }
span { border-color: rgb(149,16,31); }
td.TdClassName
{
border-color: #95101F;
}
.TagClassName
{
border-color: #95101F;
}
</style>