Shades of Carmine #94161D
Tints of Carmine #94161D
RGB
CMYK
RGB Variations
Color information
#94161D (or 0x94161D) is known color: Carmine. HEX triplet: 94, 16 and 1D. RGB value is (148,22,29). Sum of RGB (Red+Green+Blue) = 148+22+29=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #94161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94161D is #6BE9E2. Grayscale: #3C3C3C. Windows color (decimal): -7072227 or 1906324. OLE color: 1906324.
HSL color Cylindrical-coordinate representation of color #94161D: hue angle of 356.67º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94161D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 29 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.42 |
| HSL | 356.67º | 0.74% | 0.33% | - |
| HSV(B) | 356.67º | 0.85% | 0.58% | - |
| XYZ | 12.72 | 6.96 | 1.84 | - |
| YUV | 60.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 29 | 0 | 0.85 | 0.80 | 0.42 | 356.67 | 0.74 | 0.33 |
| Hex | 94 | 16 | 1D | 0 | 55 | 50 | 2A | 165 | 4A | 21 |
| Octal | 224 | 26 | 35 | 0 | 125 | 120 | 52 | 545 | 112 | 41 |
| Binary | 10010100 | 10110 | 11101 | 0 | 1010101 | 1010000 | 101010 | 101100101 | 1001010 | 100001 |
Color Harmonies of #94161D
Complementary color
Monochromatic Colors of #94161D
Black with #94161D
Text Example
Text Example
White with #94161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94161D; }
p { color: rgb(148,22,29); }
H1.HeaderClassName
{
color: #94161D;
}
.AnyTagClassName
{
color: #94161D;
}
</style>
background-color css
<style>
a { background-color: #94161D; }
a { background-color: rgb(148,22,29); }
div.DivClassName
{
background-color: #94161D;
}
.BgClassName
{
background-color: #94161D;
}
</style>
border-color css
<style>
span { border-color: #94161D; }
span { border-color: rgb(148,22,29); }
td.TdClassName
{
border-color: #94161D;
}
.TagClassName
{
border-color: #94161D;
}
</style>