Shades of Carmine #951029
Tints of Carmine #951029
RGB
CMYK
RGB Variations
Color information
#951029 (or 0x951029) is known color: Carmine. HEX triplet: 95, 10 and 29. RGB value is (149,16,41). Sum of RGB (Red+Green+Blue) = 149+16+41=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #951029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951029 is #6AEFD6. Grayscale: #3A3A3A. Windows color (decimal): -7008215 or 2691221. OLE color: 2691221.
HSL color Cylindrical-coordinate representation of color #951029: hue angle of 348.72º 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 #951029 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 41 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.42 |
| HSL | 348.72º | 0.81% | 0.32% | - |
| HSV(B) | 348.72º | 0.89% | 0.58% | - |
| XYZ | 12.98 | 6.92 | 2.75 | - |
| YUV | 58.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 41 | 0 | 0.89 | 0.72 | 0.42 | 348.72 | 0.81 | 0.32 |
| Hex | 95 | 10 | 29 | 0 | 59 | 48 | 2A | 15D | 51 | 20 |
| Octal | 225 | 20 | 51 | 0 | 131 | 110 | 52 | 535 | 121 | 40 |
| Binary | 10010101 | 10000 | 101001 | 0 | 1011001 | 1001000 | 101010 | 101011101 | 1010001 | 100000 |
Color Harmonies of #951029
Complementary color
Monochromatic Colors of #951029
Black with #951029
Text Example
Text Example
White with #951029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951029; }
p { color: rgb(149,16,41); }
H1.HeaderClassName
{
color: #951029;
}
.AnyTagClassName
{
color: #951029;
}
</style>
background-color css
<style>
a { background-color: #951029; }
a { background-color: rgb(149,16,41); }
div.DivClassName
{
background-color: #951029;
}
.BgClassName
{
background-color: #951029;
}
</style>
border-color css
<style>
span { border-color: #951029; }
span { border-color: rgb(149,16,41); }
td.TdClassName
{
border-color: #951029;
}
.TagClassName
{
border-color: #951029;
}
</style>