Shades of Carmine #94032D
Tints of Carmine #94032D
RGB
CMYK
RGB Variations
Color information
#94032D (or 0x94032D) is known color: Carmine. HEX triplet: 94, 03 and 2D. RGB value is (148,3,45). Sum of RGB (Red+Green+Blue) = 148+3+45=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #94032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94032D is #6BFCD2. Grayscale: #333333. Windows color (decimal): -7077075 or 2950036. OLE color: 2950036.
HSL color Cylindrical-coordinate representation of color #94032D: hue angle of 342.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94032D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.42 |
| HSL | 342.62º | 0.96% | 0.3% | - |
| HSV(B) | 342.62º | 0.98% | 0.58% | - |
| XYZ | 12.72 | 6.55 | 3.08 | - |
| YUV | 51.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 45 | 0 | 0.98 | 0.70 | 0.42 | 342.62 | 0.96 | 0.3 |
| Hex | 94 | 3 | 2D | 0 | 62 | 46 | 2A | 157 | 60 | 1E |
| Octal | 224 | 3 | 55 | 0 | 142 | 106 | 52 | 527 | 140 | 36 |
| Binary | 10010100 | 11 | 101101 | 0 | 1100010 | 1000110 | 101010 | 101010111 | 1100000 | 11110 |
Color Harmonies of #94032D
Complementary color
Monochromatic Colors of #94032D
Black with #94032D
Text Example
Text Example
White with #94032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94032D; }
p { color: rgb(148,3,45); }
H1.HeaderClassName
{
color: #94032D;
}
.AnyTagClassName
{
color: #94032D;
}
</style>
background-color css
<style>
a { background-color: #94032D; }
a { background-color: rgb(148,3,45); }
div.DivClassName
{
background-color: #94032D;
}
.BgClassName
{
background-color: #94032D;
}
</style>
border-color css
<style>
span { border-color: #94032D; }
span { border-color: rgb(148,3,45); }
td.TdClassName
{
border-color: #94032D;
}
.TagClassName
{
border-color: #94032D;
}
</style>