Shades of Carmine #950229
Tints of Carmine #950229
RGB
CMYK
RGB Variations
Color information
#950229 (or 0x950229) is known color: Carmine. HEX triplet: 95, 02 and 29. RGB value is (149,2,41). Sum of RGB (Red+Green+Blue) = 149+2+41=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #950229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950229 is #6AFDD6. Grayscale: #323232. Windows color (decimal): -7011799 or 2687637. OLE color: 2687637.
HSL color Cylindrical-coordinate representation of color #950229: hue angle of 344.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950229 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.42 |
| HSL | 344.08º | 0.97% | 0.3% | - |
| HSV(B) | 344.08º | 0.99% | 0.58% | - |
| XYZ | 12.82 | 6.59 | 2.69 | - |
| YUV | 50.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 41 | 0 | 0.99 | 0.72 | 0.42 | 344.08 | 0.97 | 0.3 |
| Hex | 95 | 2 | 29 | 0 | 63 | 48 | 2A | 158 | 61 | 1E |
| Octal | 225 | 2 | 51 | 0 | 143 | 110 | 52 | 530 | 141 | 36 |
| Binary | 10010101 | 10 | 101001 | 0 | 1100011 | 1001000 | 101010 | 101011000 | 1100001 | 11110 |
Color Harmonies of #950229
Complementary color
Monochromatic Colors of #950229
Black with #950229
Text Example
Text Example
White with #950229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950229; }
p { color: rgb(149,2,41); }
H1.HeaderClassName
{
color: #950229;
}
.AnyTagClassName
{
color: #950229;
}
</style>
background-color css
<style>
a { background-color: #950229; }
a { background-color: rgb(149,2,41); }
div.DivClassName
{
background-color: #950229;
}
.BgClassName
{
background-color: #950229;
}
</style>
border-color css
<style>
span { border-color: #950229; }
span { border-color: rgb(149,2,41); }
td.TdClassName
{
border-color: #950229;
}
.TagClassName
{
border-color: #950229;
}
</style>