Shades of Carmine #950921
Tints of Carmine #950921
RGB
CMYK
RGB Variations
Color information
#950921 (or 0x950921) is known color: Carmine. HEX triplet: 95, 09 and 21. RGB value is (149,9,33). Sum of RGB (Red+Green+Blue) = 149+9+33=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #950921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950921 is #6AF6DE. Grayscale: #353535. Windows color (decimal): -7010015 or 2165141. OLE color: 2165141.
HSL color Cylindrical-coordinate representation of color #950921: hue angle of 349.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950921 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 9 | 33 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.42 |
| HSL | 349.71º | 0.89% | 0.31% | - |
| HSV(B) | 349.71º | 0.94% | 0.58% | - |
| XYZ | 12.77 | 6.69 | 2.06 | - |
| YUV | 53.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 33 | 0 | 0.94 | 0.78 | 0.42 | 349.71 | 0.89 | 0.31 |
| Hex | 95 | 9 | 21 | 0 | 5E | 4E | 2A | 15E | 59 | 1F |
| Octal | 225 | 11 | 41 | 0 | 136 | 116 | 52 | 536 | 131 | 37 |
| Binary | 10010101 | 1001 | 100001 | 0 | 1011110 | 1001110 | 101010 | 101011110 | 1011001 | 11111 |
Color Harmonies of #950921
Complementary color
Monochromatic Colors of #950921
Black with #950921
Text Example
Text Example
White with #950921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950921; }
p { color: rgb(149,9,33); }
H1.HeaderClassName
{
color: #950921;
}
.AnyTagClassName
{
color: #950921;
}
</style>
background-color css
<style>
a { background-color: #950921; }
a { background-color: rgb(149,9,33); }
div.DivClassName
{
background-color: #950921;
}
.BgClassName
{
background-color: #950921;
}
</style>
border-color css
<style>
span { border-color: #950921; }
span { border-color: rgb(149,9,33); }
td.TdClassName
{
border-color: #950921;
}
.TagClassName
{
border-color: #950921;
}
</style>