Shades of Carmine #950313
Tints of Carmine #950313
RGB
CMYK
RGB Variations
Color information
#950313 (or 0x950313) is known color: Carmine. HEX triplet: 95, 03 and 13. RGB value is (149,3,19). Sum of RGB (Red+Green+Blue) = 149+3+19=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #950313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950313 is #6AFCEC. Grayscale: #303030. Windows color (decimal): -7011565 or 1246101. OLE color: 1246101.
HSL color Cylindrical-coordinate representation of color #950313: hue angle of 353.42º 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 #950313 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 19 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.42 |
| HSL | 353.42º | 0.96% | 0.3% | - |
| HSV(B) | 353.42º | 0.98% | 0.58% | - |
| XYZ | 12.54 | 6.5 | 1.21 | - |
| YUV | 48.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 19 | 0 | 0.98 | 0.87 | 0.42 | 353.42 | 0.96 | 0.3 |
| Hex | 95 | 3 | 13 | 0 | 62 | 57 | 2A | 161 | 60 | 1E |
| Octal | 225 | 3 | 23 | 0 | 142 | 127 | 52 | 541 | 140 | 36 |
| Binary | 10010101 | 11 | 10011 | 0 | 1100010 | 1010111 | 101010 | 101100001 | 1100000 | 11110 |
Color Harmonies of #950313
Complementary color
Monochromatic Colors of #950313
Black with #950313
Text Example
Text Example
White with #950313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950313; }
p { color: rgb(149,3,19); }
H1.HeaderClassName
{
color: #950313;
}
.AnyTagClassName
{
color: #950313;
}
</style>
background-color css
<style>
a { background-color: #950313; }
a { background-color: rgb(149,3,19); }
div.DivClassName
{
background-color: #950313;
}
.BgClassName
{
background-color: #950313;
}
</style>
border-color css
<style>
span { border-color: #950313; }
span { border-color: rgb(149,3,19); }
td.TdClassName
{
border-color: #950313;
}
.TagClassName
{
border-color: #950313;
}
</style>