Shades of Carmine #950F22
Tints of Carmine #950F22
RGB
CMYK
RGB Variations
Color information
#950F22 (or 0x950F22) is known color: Carmine. HEX triplet: 95, 0F and 22. RGB value is (149,15,34). Sum of RGB (Red+Green+Blue) = 149+15+34=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #950F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F22 is #6AF0DD. Grayscale: #393939. Windows color (decimal): -7008478 or 2232213. OLE color: 2232213.
HSL color Cylindrical-coordinate representation of color #950F22: hue angle of 351.49º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F22 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 34 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.42 |
| HSL | 351.49º | 0.82% | 0.32% | - |
| HSV(B) | 351.49º | 0.9% | 0.58% | - |
| XYZ | 12.85 | 6.85 | 2.16 | - |
| YUV | 57.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 34 | 0 | 0.90 | 0.77 | 0.42 | 351.49 | 0.82 | 0.32 |
| Hex | 95 | F | 22 | 0 | 5A | 4D | 2A | 15F | 52 | 20 |
| Octal | 225 | 17 | 42 | 0 | 132 | 115 | 52 | 537 | 122 | 40 |
| Binary | 10010101 | 1111 | 100010 | 0 | 1011010 | 1001101 | 101010 | 101011111 | 1010010 | 100000 |
Color Harmonies of #950F22
Complementary color
Monochromatic Colors of #950F22
Black with #950F22
Text Example
Text Example
White with #950F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F22; }
p { color: rgb(149,15,34); }
H1.HeaderClassName
{
color: #950F22;
}
.AnyTagClassName
{
color: #950F22;
}
</style>
background-color css
<style>
a { background-color: #950F22; }
a { background-color: rgb(149,15,34); }
div.DivClassName
{
background-color: #950F22;
}
.BgClassName
{
background-color: #950F22;
}
</style>
border-color css
<style>
span { border-color: #950F22; }
span { border-color: rgb(149,15,34); }
td.TdClassName
{
border-color: #950F22;
}
.TagClassName
{
border-color: #950F22;
}
</style>