Shades of Carmine #94061D
Tints of Carmine #94061D
RGB
CMYK
RGB Variations
Color information
#94061D (or 0x94061D) is known color: Carmine. HEX triplet: 94, 06 and 1D. RGB value is (148,6,29). Sum of RGB (Red+Green+Blue) = 148+6+29=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #94061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94061D is #6BF9E2. Grayscale: #333333. Windows color (decimal): -7076323 or 1902228. OLE color: 1902228.
HSL color Cylindrical-coordinate representation of color #94061D: hue angle of 350.28º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94061D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 29 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.42 |
| HSL | 350.28º | 0.92% | 0.3% | - |
| HSV(B) | 350.28º | 0.96% | 0.58% | - |
| XYZ | 12.5 | 6.51 | 1.76 | - |
| YUV | 51.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 29 | 0 | 0.96 | 0.80 | 0.42 | 350.28 | 0.92 | 0.3 |
| Hex | 94 | 6 | 1D | 0 | 60 | 50 | 2A | 15E | 5C | 1E |
| Octal | 224 | 6 | 35 | 0 | 140 | 120 | 52 | 536 | 134 | 36 |
| Binary | 10010100 | 110 | 11101 | 0 | 1100000 | 1010000 | 101010 | 101011110 | 1011100 | 11110 |
Color Harmonies of #94061D
Complementary color
Monochromatic Colors of #94061D
Black with #94061D
Text Example
Text Example
White with #94061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94061D; }
p { color: rgb(148,6,29); }
H1.HeaderClassName
{
color: #94061D;
}
.AnyTagClassName
{
color: #94061D;
}
</style>
background-color css
<style>
a { background-color: #94061D; }
a { background-color: rgb(148,6,29); }
div.DivClassName
{
background-color: #94061D;
}
.BgClassName
{
background-color: #94061D;
}
</style>
border-color css
<style>
span { border-color: #94061D; }
span { border-color: rgb(148,6,29); }
td.TdClassName
{
border-color: #94061D;
}
.TagClassName
{
border-color: #94061D;
}
</style>