Shades of Carmine #940A16
Tints of Carmine #940A16
RGB
CMYK
RGB Variations
Color information
#940A16 (or 0x940A16) is known color: Carmine. HEX triplet: 94, 0A and 16. RGB value is (148,10,22). Sum of RGB (Red+Green+Blue) = 148+10+22=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #940A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A16 is #6BF5E9. Grayscale: #343434. Windows color (decimal): -7075306 or 1444500. OLE color: 1444500.
HSL color Cylindrical-coordinate representation of color #940A16: hue angle of 354.78º 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 #940A16 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 10 | 22 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.42 |
| HSL | 354.78º | 0.87% | 0.31% | - |
| HSV(B) | 354.78º | 0.93% | 0.58% | - |
| XYZ | 12.47 | 6.57 | 1.37 | - |
| YUV | 52.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 22 | 0 | 0.93 | 0.85 | 0.42 | 354.78 | 0.87 | 0.31 |
| Hex | 94 | A | 16 | 0 | 5D | 55 | 2A | 163 | 57 | 1F |
| Octal | 224 | 12 | 26 | 0 | 135 | 125 | 52 | 543 | 127 | 37 |
| Binary | 10010100 | 1010 | 10110 | 0 | 1011101 | 1010101 | 101010 | 101100011 | 1010111 | 11111 |
Color Harmonies of #940A16
Complementary color
Monochromatic Colors of #940A16
Black with #940A16
Text Example
Text Example
White with #940A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940A16; }
p { color: rgb(148,10,22); }
H1.HeaderClassName
{
color: #940A16;
}
.AnyTagClassName
{
color: #940A16;
}
</style>
background-color css
<style>
a { background-color: #940A16; }
a { background-color: rgb(148,10,22); }
div.DivClassName
{
background-color: #940A16;
}
.BgClassName
{
background-color: #940A16;
}
</style>
border-color css
<style>
span { border-color: #940A16; }
span { border-color: rgb(148,10,22); }
td.TdClassName
{
border-color: #940A16;
}
.TagClassName
{
border-color: #940A16;
}
</style>