Shades of Carmine #940218
Tints of Carmine #940218
RGB
CMYK
RGB Variations
Color information
#940218 (or 0x940218) is known color: Carmine. HEX triplet: 94, 02 and 18. RGB value is (148,2,24). Sum of RGB (Red+Green+Blue) = 148+2+24=174 (23% of max value = 765). Red value is 148 (58.20% from 255 or 85.06% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 148 - color contains mainly: red. Hex color #940218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940218 is #6BFDE7. Grayscale: #303030. Windows color (decimal): -7077352 or 1573524. OLE color: 1573524.
HSL color Cylindrical-coordinate representation of color #940218: hue angle of 350.96º degrees, saturation: 0.97, 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 #940218 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.42 |
| HSL | 350.96º | 0.97% | 0.29% | - |
| HSV(B) | 350.96º | 0.99% | 0.58% | - |
| XYZ | 12.4 | 6.41 | 1.45 | - |
| YUV | 48.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 24 | 0 | 0.99 | 0.84 | 0.42 | 350.96 | 0.97 | 0.29 |
| Hex | 94 | 2 | 18 | 0 | 63 | 54 | 2A | 15F | 61 | 1D |
| Octal | 224 | 2 | 30 | 0 | 143 | 124 | 52 | 537 | 141 | 35 |
| Binary | 10010100 | 10 | 11000 | 0 | 1100011 | 1010100 | 101010 | 101011111 | 1100001 | 11101 |
Color Harmonies of #940218
Complementary color
Monochromatic Colors of #940218
Black with #940218
Text Example
Text Example
White with #940218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940218; }
p { color: rgb(148,2,24); }
H1.HeaderClassName
{
color: #940218;
}
.AnyTagClassName
{
color: #940218;
}
</style>
background-color css
<style>
a { background-color: #940218; }
a { background-color: rgb(148,2,24); }
div.DivClassName
{
background-color: #940218;
}
.BgClassName
{
background-color: #940218;
}
</style>
border-color css
<style>
span { border-color: #940218; }
span { border-color: rgb(148,2,24); }
td.TdClassName
{
border-color: #940218;
}
.TagClassName
{
border-color: #940218;
}
</style>