Shades of Carmine #950A16
Tints of Carmine #950A16
RGB
CMYK
RGB Variations
Color information
#950A16 (or 0x950A16) is known color: Carmine. HEX triplet: 95, 0A and 16. RGB value is (149,10,22). Sum of RGB (Red+Green+Blue) = 149+10+22=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #950A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A16 is #6AF5E9. Grayscale: #353535. Windows color (decimal): -7009770 or 1444501. OLE color: 1444501.
HSL color Cylindrical-coordinate representation of color #950A16: hue angle of 354.82º 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 #950A16 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 22 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.42 |
| HSL | 354.82º | 0.87% | 0.31% | - |
| HSV(B) | 354.82º | 0.93% | 0.58% | - |
| XYZ | 12.65 | 6.66 | 1.38 | - |
| YUV | 52.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 22 | 0 | 0.93 | 0.85 | 0.42 | 354.82 | 0.87 | 0.31 |
| Hex | 95 | A | 16 | 0 | 5D | 55 | 2A | 163 | 57 | 1F |
| Octal | 225 | 12 | 26 | 0 | 135 | 125 | 52 | 543 | 127 | 37 |
| Binary | 10010101 | 1010 | 10110 | 0 | 1011101 | 1010101 | 101010 | 101100011 | 1010111 | 11111 |
Color Harmonies of #950A16
Complementary color
Monochromatic Colors of #950A16
Black with #950A16
Text Example
Text Example
White with #950A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A16; }
p { color: rgb(149,10,22); }
H1.HeaderClassName
{
color: #950A16;
}
.AnyTagClassName
{
color: #950A16;
}
</style>
background-color css
<style>
a { background-color: #950A16; }
a { background-color: rgb(149,10,22); }
div.DivClassName
{
background-color: #950A16;
}
.BgClassName
{
background-color: #950A16;
}
</style>
border-color css
<style>
span { border-color: #950A16; }
span { border-color: rgb(149,10,22); }
td.TdClassName
{
border-color: #950A16;
}
.TagClassName
{
border-color: #950A16;
}
</style>