Shades of Carmine #950424
Tints of Carmine #950424
RGB
CMYK
RGB Variations
Color information
#950424 (or 0x950424) is known color: Carmine. HEX triplet: 95, 04 and 24. RGB value is (149,4,36). Sum of RGB (Red+Green+Blue) = 149+4+36=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #950424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950424 is #6AFBDB. Grayscale: #333333. Windows color (decimal): -7011292 or 2360469. OLE color: 2360469.
HSL color Cylindrical-coordinate representation of color #950424: hue angle of 346.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950424 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 4 | 36 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.42 |
| HSL | 346.76º | 0.95% | 0.3% | - |
| HSV(B) | 346.76º | 0.97% | 0.58% | - |
| XYZ | 12.76 | 6.6 | 2.27 | - |
| YUV | 51 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 36 | 0 | 0.97 | 0.76 | 0.42 | 346.76 | 0.95 | 0.3 |
| Hex | 95 | 4 | 24 | 0 | 61 | 4C | 2A | 15B | 5F | 1E |
| Octal | 225 | 4 | 44 | 0 | 141 | 114 | 52 | 533 | 137 | 36 |
| Binary | 10010101 | 100 | 100100 | 0 | 1100001 | 1001100 | 101010 | 101011011 | 1011111 | 11110 |
Color Harmonies of #950424
Complementary color
Monochromatic Colors of #950424
Black with #950424
Text Example
Text Example
White with #950424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950424; }
p { color: rgb(149,4,36); }
H1.HeaderClassName
{
color: #950424;
}
.AnyTagClassName
{
color: #950424;
}
</style>
background-color css
<style>
a { background-color: #950424; }
a { background-color: rgb(149,4,36); }
div.DivClassName
{
background-color: #950424;
}
.BgClassName
{
background-color: #950424;
}
</style>
border-color css
<style>
span { border-color: #950424; }
span { border-color: rgb(149,4,36); }
td.TdClassName
{
border-color: #950424;
}
.TagClassName
{
border-color: #950424;
}
</style>