Shades of Carmine #940E1A
Tints of Carmine #940E1A
RGB
CMYK
RGB Variations
Color information
#940E1A (or 0x940E1A) is known color: Carmine. HEX triplet: 94, 0E and 1A. RGB value is (148,14,26). Sum of RGB (Red+Green+Blue) = 148+14+26=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #940E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E1A is #6BF1E5. Grayscale: #373737. Windows color (decimal): -7074278 or 1707668. OLE color: 1707668.
HSL color Cylindrical-coordinate representation of color #940E1A: hue angle of 354.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E1A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 26 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.42 |
| HSL | 354.63º | 0.83% | 0.32% | - |
| HSV(B) | 354.63º | 0.91% | 0.58% | - |
| XYZ | 12.56 | 6.68 | 1.61 | - |
| YUV | 55.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 26 | 0 | 0.91 | 0.82 | 0.42 | 354.63 | 0.83 | 0.32 |
| Hex | 94 | E | 1A | 0 | 5B | 52 | 2A | 163 | 53 | 20 |
| Octal | 224 | 16 | 32 | 0 | 133 | 122 | 52 | 543 | 123 | 40 |
| Binary | 10010100 | 1110 | 11010 | 0 | 1011011 | 1010010 | 101010 | 101100011 | 1010011 | 100000 |
Color Harmonies of #940E1A
Complementary color
Monochromatic Colors of #940E1A
Black with #940E1A
Text Example
Text Example
White with #940E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E1A; }
p { color: rgb(148,14,26); }
H1.HeaderClassName
{
color: #940E1A;
}
.AnyTagClassName
{
color: #940E1A;
}
</style>
background-color css
<style>
a { background-color: #940E1A; }
a { background-color: rgb(148,14,26); }
div.DivClassName
{
background-color: #940E1A;
}
.BgClassName
{
background-color: #940E1A;
}
</style>
border-color css
<style>
span { border-color: #940E1A; }
span { border-color: rgb(148,14,26); }
td.TdClassName
{
border-color: #940E1A;
}
.TagClassName
{
border-color: #940E1A;
}
</style>