Shades of Carmine #950F1E
Tints of Carmine #950F1E
RGB
CMYK
RGB Variations
Color information
#950F1E (or 0x950F1E) is known color: Carmine. HEX triplet: 95, 0F and 1E. RGB value is (149,15,30). Sum of RGB (Red+Green+Blue) = 149+15+30=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #950F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F1E is #6AF0E1. Grayscale: #383838. Windows color (decimal): -7008482 or 1970069. OLE color: 1970069.
HSL color Cylindrical-coordinate representation of color #950F1E: hue angle of 353.28º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F1E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 30 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.42 |
| HSL | 353.28º | 0.82% | 0.32% | - |
| HSV(B) | 353.28º | 0.9% | 0.58% | - |
| XYZ | 12.8 | 6.82 | 1.87 | - |
| YUV | 56.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 30 | 0 | 0.90 | 0.80 | 0.42 | 353.28 | 0.82 | 0.32 |
| Hex | 95 | F | 1E | 0 | 5A | 50 | 2A | 161 | 52 | 20 |
| Octal | 225 | 17 | 36 | 0 | 132 | 120 | 52 | 541 | 122 | 40 |
| Binary | 10010101 | 1111 | 11110 | 0 | 1011010 | 1010000 | 101010 | 101100001 | 1010010 | 100000 |
Color Harmonies of #950F1E
Complementary color
Monochromatic Colors of #950F1E
Black with #950F1E
Text Example
Text Example
White with #950F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F1E; }
p { color: rgb(149,15,30); }
H1.HeaderClassName
{
color: #950F1E;
}
.AnyTagClassName
{
color: #950F1E;
}
</style>
background-color css
<style>
a { background-color: #950F1E; }
a { background-color: rgb(149,15,30); }
div.DivClassName
{
background-color: #950F1E;
}
.BgClassName
{
background-color: #950F1E;
}
</style>
border-color css
<style>
span { border-color: #950F1E; }
span { border-color: rgb(149,15,30); }
td.TdClassName
{
border-color: #950F1E;
}
.TagClassName
{
border-color: #950F1E;
}
</style>