Shades of Carmine #94181D
Tints of Carmine #94181D
RGB
CMYK
RGB Variations
Color information
#94181D (or 0x94181D) is known color: Carmine. HEX triplet: 94, 18 and 1D. RGB value is (148,24,29). Sum of RGB (Red+Green+Blue) = 148+24+29=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #94181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94181D is #6BE7E2. Grayscale: #3D3D3D. Windows color (decimal): -7071715 or 1906836. OLE color: 1906836.
HSL color Cylindrical-coordinate representation of color #94181D: hue angle of 357.58º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94181D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 29 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.42 |
| HSL | 357.58º | 0.72% | 0.34% | - |
| HSV(B) | 357.58º | 0.84% | 0.58% | - |
| XYZ | 12.76 | 7.04 | 1.85 | - |
| YUV | 61.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 29 | 0 | 0.84 | 0.80 | 0.42 | 357.58 | 0.72 | 0.34 |
| Hex | 94 | 18 | 1D | 0 | 54 | 50 | 2A | 166 | 48 | 22 |
| Octal | 224 | 30 | 35 | 0 | 124 | 120 | 52 | 546 | 110 | 42 |
| Binary | 10010100 | 11000 | 11101 | 0 | 1010100 | 1010000 | 101010 | 101100110 | 1001000 | 100010 |
Color Harmonies of #94181D
Complementary color
Monochromatic Colors of #94181D
Black with #94181D
Text Example
Text Example
White with #94181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94181D; }
p { color: rgb(148,24,29); }
H1.HeaderClassName
{
color: #94181D;
}
.AnyTagClassName
{
color: #94181D;
}
</style>
background-color css
<style>
a { background-color: #94181D; }
a { background-color: rgb(148,24,29); }
div.DivClassName
{
background-color: #94181D;
}
.BgClassName
{
background-color: #94181D;
}
</style>
border-color css
<style>
span { border-color: #94181D; }
span { border-color: rgb(148,24,29); }
td.TdClassName
{
border-color: #94181D;
}
.TagClassName
{
border-color: #94181D;
}
</style>