Shades of Carmine #950D18
Tints of Carmine #950D18
RGB
CMYK
RGB Variations
Color information
#950D18 (or 0x950D18) is known color: Carmine. HEX triplet: 95, 0D and 18. RGB value is (149,13,24). Sum of RGB (Red+Green+Blue) = 149+13+24=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950D18 is #6AF2E7. Grayscale: #373737. Windows color (decimal): -7009000 or 1576341. OLE color: 1576341.
HSL color Cylindrical-coordinate representation of color #950D18: hue angle of 355.15º 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 #950D18 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 13 | 24 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.42 |
| HSL | 355.15º | 0.84% | 0.32% | - |
| HSV(B) | 355.15º | 0.91% | 0.58% | - |
| XYZ | 12.7 | 6.74 | 1.5 | - |
| YUV | 54.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 24 | 0 | 0.91 | 0.84 | 0.42 | 355.15 | 0.84 | 0.32 |
| Hex | 95 | D | 18 | 0 | 5B | 54 | 2A | 163 | 54 | 20 |
| Octal | 225 | 15 | 30 | 0 | 133 | 124 | 52 | 543 | 124 | 40 |
| Binary | 10010101 | 1101 | 11000 | 0 | 1011011 | 1010100 | 101010 | 101100011 | 1010100 | 100000 |
Color Harmonies of #950D18
Complementary color
Monochromatic Colors of #950D18
Black with #950D18
Text Example
Text Example
White with #950D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950D18; }
p { color: rgb(149,13,24); }
H1.HeaderClassName
{
color: #950D18;
}
.AnyTagClassName
{
color: #950D18;
}
</style>
background-color css
<style>
a { background-color: #950D18; }
a { background-color: rgb(149,13,24); }
div.DivClassName
{
background-color: #950D18;
}
.BgClassName
{
background-color: #950D18;
}
</style>
border-color css
<style>
span { border-color: #950D18; }
span { border-color: rgb(149,13,24); }
td.TdClassName
{
border-color: #950D18;
}
.TagClassName
{
border-color: #950D18;
}
</style>