Shades of Carmine #950122
Tints of Carmine #950122
RGB
CMYK
RGB Variations
Color information
#950122 (or 0x950122) is known color: Carmine. HEX triplet: 95, 01 and 22. RGB value is (149,1,34). Sum of RGB (Red+Green+Blue) = 149+1+34=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #950122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950122 is #6AFEDD. Grayscale: #313131. Windows color (decimal): -7012062 or 2228629. OLE color: 2228629.
HSL color Cylindrical-coordinate representation of color #950122: hue angle of 346.62º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950122 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.42 |
| HSL | 346.62º | 0.99% | 0.29% | - |
| HSV(B) | 346.62º | 0.99% | 0.58% | - |
| XYZ | 12.69 | 6.53 | 2.1 | - |
| YUV | 49.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 34 | 0 | 0.99 | 0.77 | 0.42 | 346.62 | 0.99 | 0.29 |
| Hex | 95 | 1 | 22 | 0 | 63 | 4D | 2A | 15B | 63 | 1D |
| Octal | 225 | 1 | 42 | 0 | 143 | 115 | 52 | 533 | 143 | 35 |
| Binary | 10010101 | 1 | 100010 | 0 | 1100011 | 1001101 | 101010 | 101011011 | 1100011 | 11101 |
Color Harmonies of #950122
Complementary color
Monochromatic Colors of #950122
Black with #950122
Text Example
Text Example
White with #950122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950122; }
p { color: rgb(149,1,34); }
H1.HeaderClassName
{
color: #950122;
}
.AnyTagClassName
{
color: #950122;
}
</style>
background-color css
<style>
a { background-color: #950122; }
a { background-color: rgb(149,1,34); }
div.DivClassName
{
background-color: #950122;
}
.BgClassName
{
background-color: #950122;
}
</style>
border-color css
<style>
span { border-color: #950122; }
span { border-color: rgb(149,1,34); }
td.TdClassName
{
border-color: #950122;
}
.TagClassName
{
border-color: #950122;
}
</style>