Shades of Carmine #940119
Tints of Carmine #940119
RGB
CMYK
RGB Variations
Color information
#940119 (or 0x940119) is known color: Carmine. HEX triplet: 94, 01 and 19. RGB value is (148,1,25). Sum of RGB (Red+Green+Blue) = 148+1+25=174 (23% of max value = 765). Red value is 148 (58.20% from 255 or 85.06% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 148 - color contains mainly: red. Hex color #940119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940119 is #6BFEE6. Grayscale: #2F2F2F. Windows color (decimal): -7077607 or 1638804. OLE color: 1638804.
HSL color Cylindrical-coordinate representation of color #940119: hue angle of 350.2º 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 #940119 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.42 |
| HSL | 350.2º | 0.99% | 0.29% | - |
| HSV(B) | 350.2º | 0.99% | 0.58% | - |
| XYZ | 12.4 | 6.39 | 1.5 | - |
| YUV | 47.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 25 | 0 | 0.99 | 0.83 | 0.42 | 350.2 | 0.99 | 0.29 |
| Hex | 94 | 1 | 19 | 0 | 63 | 53 | 2A | 15E | 63 | 1D |
| Octal | 224 | 1 | 31 | 0 | 143 | 123 | 52 | 536 | 143 | 35 |
| Binary | 10010100 | 1 | 11001 | 0 | 1100011 | 1010011 | 101010 | 101011110 | 1100011 | 11101 |
Color Harmonies of #940119
Complementary color
Monochromatic Colors of #940119
Black with #940119
Text Example
Text Example
White with #940119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940119; }
p { color: rgb(148,1,25); }
H1.HeaderClassName
{
color: #940119;
}
.AnyTagClassName
{
color: #940119;
}
</style>
background-color css
<style>
a { background-color: #940119; }
a { background-color: rgb(148,1,25); }
div.DivClassName
{
background-color: #940119;
}
.BgClassName
{
background-color: #940119;
}
</style>
border-color css
<style>
span { border-color: #940119; }
span { border-color: rgb(148,1,25); }
td.TdClassName
{
border-color: #940119;
}
.TagClassName
{
border-color: #940119;
}
</style>