Shades of Carmine #950316
Tints of Carmine #950316
RGB
CMYK
RGB Variations
Color information
#950316 (or 0x950316) is known color: Carmine. HEX triplet: 95, 03 and 16. RGB value is (149,3,22). Sum of RGB (Red+Green+Blue) = 149+3+22=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950316 is #6AFCE9. Grayscale: #303030. Windows color (decimal): -7011562 or 1442709. OLE color: 1442709.
HSL color Cylindrical-coordinate representation of color #950316: hue angle of 352.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950316 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.42 |
| HSL | 352.19º | 0.96% | 0.3% | - |
| HSV(B) | 352.19º | 0.98% | 0.58% | - |
| XYZ | 12.57 | 6.51 | 1.35 | - |
| YUV | 48.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 22 | 0 | 0.98 | 0.85 | 0.42 | 352.19 | 0.96 | 0.3 |
| Hex | 95 | 3 | 16 | 0 | 62 | 55 | 2A | 160 | 60 | 1E |
| Octal | 225 | 3 | 26 | 0 | 142 | 125 | 52 | 540 | 140 | 36 |
| Binary | 10010101 | 11 | 10110 | 0 | 1100010 | 1010101 | 101010 | 101100000 | 1100000 | 11110 |
Color Harmonies of #950316
Complementary color
Monochromatic Colors of #950316
Black with #950316
Text Example
Text Example
White with #950316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950316; }
p { color: rgb(149,3,22); }
H1.HeaderClassName
{
color: #950316;
}
.AnyTagClassName
{
color: #950316;
}
</style>
background-color css
<style>
a { background-color: #950316; }
a { background-color: rgb(149,3,22); }
div.DivClassName
{
background-color: #950316;
}
.BgClassName
{
background-color: #950316;
}
</style>
border-color css
<style>
span { border-color: #950316; }
span { border-color: rgb(149,3,22); }
td.TdClassName
{
border-color: #950316;
}
.TagClassName
{
border-color: #950316;
}
</style>