Shades of Carmine #93072C
Tints of Carmine #93072C
RGB
CMYK
RGB Variations
Color information
#93072C (or 0x93072C) is known color: Carmine. HEX triplet: 93, 07 and 2C. RGB value is (147,7,44). Sum of RGB (Red+Green+Blue) = 147+7+44=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072C is #6CF8D3. Grayscale: #353535. Windows color (decimal): -7141588 or 2885523. OLE color: 2885523.
HSL color Cylindrical-coordinate representation of color #93072C: hue angle of 344.14º 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 #93072C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.42 |
| HSL | 344.14º | 0.91% | 0.3% | - |
| HSV(B) | 344.14º | 0.95% | 0.58% | - |
| XYZ | 12.56 | 6.54 | 2.98 | - |
| YUV | 53.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 44 | 0 | 0.95 | 0.70 | 0.42 | 344.14 | 0.91 | 0.3 |
| Hex | 93 | 7 | 2C | 0 | 5F | 46 | 2A | 158 | 5B | 1E |
| Octal | 223 | 7 | 54 | 0 | 137 | 106 | 52 | 530 | 133 | 36 |
| Binary | 10010011 | 111 | 101100 | 0 | 1011111 | 1000110 | 101010 | 101011000 | 1011011 | 11110 |
Color Harmonies of #93072C
Complementary color
Monochromatic Colors of #93072C
Black with #93072C
Text Example
Text Example
White with #93072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93072C; }
p { color: rgb(147,7,44); }
H1.HeaderClassName
{
color: #93072C;
}
.AnyTagClassName
{
color: #93072C;
}
</style>
background-color css
<style>
a { background-color: #93072C; }
a { background-color: rgb(147,7,44); }
div.DivClassName
{
background-color: #93072C;
}
.BgClassName
{
background-color: #93072C;
}
</style>
border-color css
<style>
span { border-color: #93072C; }
span { border-color: rgb(147,7,44); }
td.TdClassName
{
border-color: #93072C;
}
.TagClassName
{
border-color: #93072C;
}
</style>