Shades of Carmine #950314
Tints of Carmine #950314
RGB
CMYK
RGB Variations
Color information
#950314 (or 0x950314) is known color: Carmine. HEX triplet: 95, 03 and 14. RGB value is (149,3,20). Sum of RGB (Red+Green+Blue) = 149+3+20=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #950314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950314 is #6AFCEB. Grayscale: #303030. Windows color (decimal): -7011564 or 1311637. OLE color: 1311637.
HSL color Cylindrical-coordinate representation of color #950314: hue angle of 353.01º 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 #950314 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.42 |
| HSL | 353.01º | 0.96% | 0.3% | - |
| HSV(B) | 353.01º | 0.98% | 0.58% | - |
| XYZ | 12.55 | 6.51 | 1.26 | - |
| YUV | 48.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 20 | 0 | 0.98 | 0.87 | 0.42 | 353.01 | 0.96 | 0.3 |
| Hex | 95 | 3 | 14 | 0 | 62 | 57 | 2A | 161 | 60 | 1E |
| Octal | 225 | 3 | 24 | 0 | 142 | 127 | 52 | 541 | 140 | 36 |
| Binary | 10010101 | 11 | 10100 | 0 | 1100010 | 1010111 | 101010 | 101100001 | 1100000 | 11110 |
Color Harmonies of #950314
Complementary color
Monochromatic Colors of #950314
Black with #950314
Text Example
Text Example
White with #950314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950314; }
p { color: rgb(149,3,20); }
H1.HeaderClassName
{
color: #950314;
}
.AnyTagClassName
{
color: #950314;
}
</style>
background-color css
<style>
a { background-color: #950314; }
a { background-color: rgb(149,3,20); }
div.DivClassName
{
background-color: #950314;
}
.BgClassName
{
background-color: #950314;
}
</style>
border-color css
<style>
span { border-color: #950314; }
span { border-color: rgb(149,3,20); }
td.TdClassName
{
border-color: #950314;
}
.TagClassName
{
border-color: #950314;
}
</style>