Shades of Carmine #950D32
Tints of Carmine #950D32
RGB
CMYK
RGB Variations
Color information
#950D32 (or 0x950D32) is known color: Carmine. HEX triplet: 95, 0D and 32. RGB value is (149,13,50). Sum of RGB (Red+Green+Blue) = 149+13+50=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #950D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950D32 is #6AF2CD. Grayscale: #393939. Windows color (decimal): -7008974 or 3280277. OLE color: 3280277.
HSL color Cylindrical-coordinate representation of color #950D32: hue angle of 343.68º degrees, saturation: 0.84, 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 #950D32 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 13 | 50 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.42 |
| HSL | 343.68º | 0.84% | 0.32% | - |
| HSV(B) | 343.68º | 0.91% | 0.58% | - |
| XYZ | 13.11 | 6.91 | 3.66 | - |
| YUV | 57.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 50 | 0 | 0.91 | 0.66 | 0.42 | 343.68 | 0.84 | 0.32 |
| Hex | 95 | D | 32 | 0 | 5B | 42 | 2A | 158 | 54 | 20 |
| Octal | 225 | 15 | 62 | 0 | 133 | 102 | 52 | 530 | 124 | 40 |
| Binary | 10010101 | 1101 | 110010 | 0 | 1011011 | 1000010 | 101010 | 101011000 | 1010100 | 100000 |
Color Harmonies of #950D32
Complementary color
Monochromatic Colors of #950D32
Black with #950D32
Text Example
Text Example
White with #950D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950D32; }
p { color: rgb(149,13,50); }
H1.HeaderClassName
{
color: #950D32;
}
.AnyTagClassName
{
color: #950D32;
}
</style>
background-color css
<style>
a { background-color: #950D32; }
a { background-color: rgb(149,13,50); }
div.DivClassName
{
background-color: #950D32;
}
.BgClassName
{
background-color: #950D32;
}
</style>
border-color css
<style>
span { border-color: #950D32; }
span { border-color: rgb(149,13,50); }
td.TdClassName
{
border-color: #950D32;
}
.TagClassName
{
border-color: #950D32;
}
</style>