Shades of Carmine #950321
Tints of Carmine #950321
RGB
CMYK
RGB Variations
Color information
#950321 (or 0x950321) is known color: Carmine. HEX triplet: 95, 03 and 21. RGB value is (149,3,33). Sum of RGB (Red+Green+Blue) = 149+3+33=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #950321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950321 is #6AFCDE. Grayscale: #323232. Windows color (decimal): -7011551 or 2163605. OLE color: 2163605.
HSL color Cylindrical-coordinate representation of color #950321: hue angle of 347.67º 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 #950321 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.42 |
| HSL | 347.67º | 0.96% | 0.3% | - |
| HSV(B) | 347.67º | 0.98% | 0.58% | - |
| XYZ | 12.7 | 6.56 | 2.04 | - |
| YUV | 50.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 33 | 0 | 0.98 | 0.78 | 0.42 | 347.67 | 0.96 | 0.3 |
| Hex | 95 | 3 | 21 | 0 | 62 | 4E | 2A | 15C | 60 | 1E |
| Octal | 225 | 3 | 41 | 0 | 142 | 116 | 52 | 534 | 140 | 36 |
| Binary | 10010101 | 11 | 100001 | 0 | 1100010 | 1001110 | 101010 | 101011100 | 1100000 | 11110 |
Color Harmonies of #950321
Complementary color
Monochromatic Colors of #950321
Black with #950321
Text Example
Text Example
White with #950321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950321; }
p { color: rgb(149,3,33); }
H1.HeaderClassName
{
color: #950321;
}
.AnyTagClassName
{
color: #950321;
}
</style>
background-color css
<style>
a { background-color: #950321; }
a { background-color: rgb(149,3,33); }
div.DivClassName
{
background-color: #950321;
}
.BgClassName
{
background-color: #950321;
}
</style>
border-color css
<style>
span { border-color: #950321; }
span { border-color: rgb(149,3,33); }
td.TdClassName
{
border-color: #950321;
}
.TagClassName
{
border-color: #950321;
}
</style>