Shades of Carmine #950113
Tints of Carmine #950113
RGB
CMYK
RGB Variations
Color information
#950113 (or 0x950113) is known color: Carmine. HEX triplet: 95, 01 and 13. RGB value is (149,1,19). Sum of RGB (Red+Green+Blue) = 149+1+19=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #950113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950113 is #6AFEEC. Grayscale: #2F2F2F. Windows color (decimal): -7012077 or 1245589. OLE color: 1245589.
HSL color Cylindrical-coordinate representation of color #950113: hue angle of 352.7º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950113 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.42 |
| HSL | 352.7º | 0.99% | 0.29% | - |
| HSV(B) | 352.7º | 0.99% | 0.58% | - |
| XYZ | 12.52 | 6.46 | 1.2 | - |
| YUV | 47.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 19 | 0 | 0.99 | 0.87 | 0.42 | 352.7 | 0.99 | 0.29 |
| Hex | 95 | 1 | 13 | 0 | 63 | 57 | 2A | 161 | 63 | 1D |
| Octal | 225 | 1 | 23 | 0 | 143 | 127 | 52 | 541 | 143 | 35 |
| Binary | 10010101 | 1 | 10011 | 0 | 1100011 | 1010111 | 101010 | 101100001 | 1100011 | 11101 |
Color Harmonies of #950113
Complementary color
Monochromatic Colors of #950113
Black with #950113
Text Example
Text Example
White with #950113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950113; }
p { color: rgb(149,1,19); }
H1.HeaderClassName
{
color: #950113;
}
.AnyTagClassName
{
color: #950113;
}
</style>
background-color css
<style>
a { background-color: #950113; }
a { background-color: rgb(149,1,19); }
div.DivClassName
{
background-color: #950113;
}
.BgClassName
{
background-color: #950113;
}
</style>
border-color css
<style>
span { border-color: #950113; }
span { border-color: rgb(149,1,19); }
td.TdClassName
{
border-color: #950113;
}
.TagClassName
{
border-color: #950113;
}
</style>