Shades of Carmine #94072D
Tints of Carmine #94072D
RGB
CMYK
RGB Variations
Color information
#94072D (or 0x94072D) is known color: Carmine. HEX triplet: 94, 07 and 2D. RGB value is (148,7,45). Sum of RGB (Red+Green+Blue) = 148+7+45=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #94072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94072D is #6BF8D2. Grayscale: #353535. Windows color (decimal): -7076051 or 2951060. OLE color: 2951060.
HSL color Cylindrical-coordinate representation of color #94072D: hue angle of 343.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94072D is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.42 |
| HSL | 343.83º | 0.91% | 0.3% | - |
| HSV(B) | 343.83º | 0.95% | 0.58% | - |
| XYZ | 12.76 | 6.64 | 3.09 | - |
| YUV | 53.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 45 | 0 | 0.95 | 0.70 | 0.42 | 343.83 | 0.91 | 0.3 |
| Hex | 94 | 7 | 2D | 0 | 5F | 46 | 2A | 158 | 5B | 1E |
| Octal | 224 | 7 | 55 | 0 | 137 | 106 | 52 | 530 | 133 | 36 |
| Binary | 10010100 | 111 | 101101 | 0 | 1011111 | 1000110 | 101010 | 101011000 | 1011011 | 11110 |
Color Harmonies of #94072D
Complementary color
Monochromatic Colors of #94072D
Black with #94072D
Text Example
Text Example
White with #94072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94072D; }
p { color: rgb(148,7,45); }
H1.HeaderClassName
{
color: #94072D;
}
.AnyTagClassName
{
color: #94072D;
}
</style>
background-color css
<style>
a { background-color: #94072D; }
a { background-color: rgb(148,7,45); }
div.DivClassName
{
background-color: #94072D;
}
.BgClassName
{
background-color: #94072D;
}
</style>
border-color css
<style>
span { border-color: #94072D; }
span { border-color: rgb(148,7,45); }
td.TdClassName
{
border-color: #94072D;
}
.TagClassName
{
border-color: #94072D;
}
</style>