Shades of Carmine #950C18
Tints of Carmine #950C18
RGB
CMYK
RGB Variations
Color information
#950C18 (or 0x950C18) is known color: Carmine. HEX triplet: 95, 0C and 18. RGB value is (149,12,24). Sum of RGB (Red+Green+Blue) = 149+12+24=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #950C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950C18 is #6AF3E7. Grayscale: #363636. Windows color (decimal): -7009256 or 1576085. OLE color: 1576085.
HSL color Cylindrical-coordinate representation of color #950C18: hue angle of 354.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C18 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 24 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.42 |
| HSL | 354.74º | 0.85% | 0.32% | - |
| HSV(B) | 354.74º | 0.92% | 0.58% | - |
| XYZ | 12.69 | 6.72 | 1.49 | - |
| YUV | 54.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 24 | 0 | 0.92 | 0.84 | 0.42 | 354.74 | 0.85 | 0.32 |
| Hex | 95 | C | 18 | 0 | 5C | 54 | 2A | 163 | 55 | 20 |
| Octal | 225 | 14 | 30 | 0 | 134 | 124 | 52 | 543 | 125 | 40 |
| Binary | 10010101 | 1100 | 11000 | 0 | 1011100 | 1010100 | 101010 | 101100011 | 1010101 | 100000 |
Color Harmonies of #950C18
Complementary color
Monochromatic Colors of #950C18
Black with #950C18
Text Example
Text Example
White with #950C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C18; }
p { color: rgb(149,12,24); }
H1.HeaderClassName
{
color: #950C18;
}
.AnyTagClassName
{
color: #950C18;
}
</style>
background-color css
<style>
a { background-color: #950C18; }
a { background-color: rgb(149,12,24); }
div.DivClassName
{
background-color: #950C18;
}
.BgClassName
{
background-color: #950C18;
}
</style>
border-color css
<style>
span { border-color: #950C18; }
span { border-color: rgb(149,12,24); }
td.TdClassName
{
border-color: #950C18;
}
.TagClassName
{
border-color: #950C18;
}
</style>