Shades of Carmine #950A17
Tints of Carmine #950A17
RGB
CMYK
RGB Variations
Color information
#950A17 (or 0x950A17) is known color: Carmine. HEX triplet: 95, 0A and 17. RGB value is (149,10,23). Sum of RGB (Red+Green+Blue) = 149+10+23=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #950A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A17 is #6AF5E8. Grayscale: #353535. Windows color (decimal): -7009769 or 1510037. OLE color: 1510037.
HSL color Cylindrical-coordinate representation of color #950A17: hue angle of 354.39º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A17 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 23 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.42 |
| HSL | 354.39º | 0.87% | 0.31% | - |
| HSV(B) | 354.39º | 0.93% | 0.58% | - |
| XYZ | 12.66 | 6.67 | 1.43 | - |
| YUV | 53.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 23 | 0 | 0.93 | 0.85 | 0.42 | 354.39 | 0.87 | 0.31 |
| Hex | 95 | A | 17 | 0 | 5D | 55 | 2A | 162 | 57 | 1F |
| Octal | 225 | 12 | 27 | 0 | 135 | 125 | 52 | 542 | 127 | 37 |
| Binary | 10010101 | 1010 | 10111 | 0 | 1011101 | 1010101 | 101010 | 101100010 | 1010111 | 11111 |
Color Harmonies of #950A17
Complementary color
Monochromatic Colors of #950A17
Black with #950A17
Text Example
Text Example
White with #950A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A17; }
p { color: rgb(149,10,23); }
H1.HeaderClassName
{
color: #950A17;
}
.AnyTagClassName
{
color: #950A17;
}
</style>
background-color css
<style>
a { background-color: #950A17; }
a { background-color: rgb(149,10,23); }
div.DivClassName
{
background-color: #950A17;
}
.BgClassName
{
background-color: #950A17;
}
</style>
border-color css
<style>
span { border-color: #950A17; }
span { border-color: rgb(149,10,23); }
td.TdClassName
{
border-color: #950A17;
}
.TagClassName
{
border-color: #950A17;
}
</style>