Shades of Carmine #950013
Tints of Carmine #950013
RGB
CMYK
RGB Variations
Color information
#950013 (or 0x950013) is known color: Carmine. HEX triplet: 95, 00 and 13. RGB value is (149,0,19). Sum of RGB (Red+Green+Blue) = 149+0+19=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #950013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950013 is #6AFFEC. Grayscale: #2E2E2E. Windows color (decimal): -7012333 or 1245333. OLE color: 1245333.
HSL color Cylindrical-coordinate representation of color #950013: hue angle of 352.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950013 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.87 | 0.42 |
| HSL | 352.35º | 1% | 0.29% | - |
| HSV(B) | 352.35º | 1% | 0.58% | - |
| XYZ | 12.51 | 6.44 | 1.2 | - |
| YUV | 46.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 19 | 0 | 1 | 0.87 | 0.42 | 352.35 | 1 | 0.29 |
| Hex | 95 | 0 | 13 | 0 | 64 | 57 | 2A | 160 | 64 | 1D |
| Octal | 225 | 0 | 23 | 0 | 144 | 127 | 52 | 540 | 144 | 35 |
| Binary | 10010101 | 0 | 10011 | 0 | 1100100 | 1010111 | 101010 | 101100000 | 1100100 | 11101 |
Color Harmonies of #950013
Complementary color
Monochromatic Colors of #950013
Black with #950013
Text Example
Text Example
White with #950013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950013; }
p { color: rgb(149,0,19); }
H1.HeaderClassName
{
color: #950013;
}
.AnyTagClassName
{
color: #950013;
}
</style>
background-color css
<style>
a { background-color: #950013; }
a { background-color: rgb(149,0,19); }
div.DivClassName
{
background-color: #950013;
}
.BgClassName
{
background-color: #950013;
}
</style>
border-color css
<style>
span { border-color: #950013; }
span { border-color: rgb(149,0,19); }
td.TdClassName
{
border-color: #950013;
}
.TagClassName
{
border-color: #950013;
}
</style>