Shades of Carmine #950E26
Tints of Carmine #950E26
RGB
CMYK
RGB Variations
Color information
#950E26 (or 0x950E26) is known color: Carmine. HEX triplet: 95, 0E and 26. RGB value is (149,14,38). Sum of RGB (Red+Green+Blue) = 149+14+38=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #950E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E26 is #6AF1D9. Grayscale: #393939. Windows color (decimal): -7008730 or 2494101. OLE color: 2494101.
HSL color Cylindrical-coordinate representation of color #950E26: hue angle of 349.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E26 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 38 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.42 |
| HSL | 349.33º | 0.83% | 0.32% | - |
| HSV(B) | 349.33º | 0.91% | 0.58% | - |
| XYZ | 12.9 | 6.84 | 2.47 | - |
| YUV | 57.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 38 | 0 | 0.91 | 0.74 | 0.42 | 349.33 | 0.83 | 0.32 |
| Hex | 95 | E | 26 | 0 | 5B | 4A | 2A | 15D | 53 | 20 |
| Octal | 225 | 16 | 46 | 0 | 133 | 112 | 52 | 535 | 123 | 40 |
| Binary | 10010101 | 1110 | 100110 | 0 | 1011011 | 1001010 | 101010 | 101011101 | 1010011 | 100000 |
Color Harmonies of #950E26
Complementary color
Monochromatic Colors of #950E26
Black with #950E26
Text Example
Text Example
White with #950E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E26; }
p { color: rgb(149,14,38); }
H1.HeaderClassName
{
color: #950E26;
}
.AnyTagClassName
{
color: #950E26;
}
</style>
background-color css
<style>
a { background-color: #950E26; }
a { background-color: rgb(149,14,38); }
div.DivClassName
{
background-color: #950E26;
}
.BgClassName
{
background-color: #950E26;
}
</style>
border-color css
<style>
span { border-color: #950E26; }
span { border-color: rgb(149,14,38); }
td.TdClassName
{
border-color: #950E26;
}
.TagClassName
{
border-color: #950E26;
}
</style>