Shades of Carmine #940120
Tints of Carmine #940120
RGB
CMYK
RGB Variations
Color information
#940120 (or 0x940120) is known color: Carmine. HEX triplet: 94, 01 and 20. RGB value is (148,1,32). Sum of RGB (Red+Green+Blue) = 148+1+32=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #940120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940120 is #6BFEDF. Grayscale: #303030. Windows color (decimal): -7077600 or 2097556. OLE color: 2097556.
HSL color Cylindrical-coordinate representation of color #940120: hue angle of 347.35º 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 #940120 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.42 |
| HSL | 347.35º | 0.99% | 0.29% | - |
| HSV(B) | 347.35º | 0.99% | 0.58% | - |
| XYZ | 12.48 | 6.42 | 1.95 | - |
| YUV | 48.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 32 | 0 | 0.99 | 0.78 | 0.42 | 347.35 | 0.99 | 0.29 |
| Hex | 94 | 1 | 20 | 0 | 63 | 4E | 2A | 15B | 63 | 1D |
| Octal | 224 | 1 | 40 | 0 | 143 | 116 | 52 | 533 | 143 | 35 |
| Binary | 10010100 | 1 | 100000 | 0 | 1100011 | 1001110 | 101010 | 101011011 | 1100011 | 11101 |
Color Harmonies of #940120
Complementary color
Monochromatic Colors of #940120
Black with #940120
Text Example
Text Example
White with #940120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940120; }
p { color: rgb(148,1,32); }
H1.HeaderClassName
{
color: #940120;
}
.AnyTagClassName
{
color: #940120;
}
</style>
background-color css
<style>
a { background-color: #940120; }
a { background-color: rgb(148,1,32); }
div.DivClassName
{
background-color: #940120;
}
.BgClassName
{
background-color: #940120;
}
</style>
border-color css
<style>
span { border-color: #940120; }
span { border-color: rgb(148,1,32); }
td.TdClassName
{
border-color: #940120;
}
.TagClassName
{
border-color: #940120;
}
</style>