Shades of Carmine #93062A
Tints of Carmine #93062A
RGB
CMYK
RGB Variations
Color information
#93062A (or 0x93062A) is known color: Carmine. HEX triplet: 93, 06 and 2A. RGB value is (147,6,42). Sum of RGB (Red+Green+Blue) = 147+6+42=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93062A is #6CF9D5. Grayscale: #343434. Windows color (decimal): -7141846 or 2754195. OLE color: 2754195.
HSL color Cylindrical-coordinate representation of color #93062A: hue angle of 344.68º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93062A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 42 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.42 |
| HSL | 344.68º | 0.92% | 0.3% | - |
| HSV(B) | 344.68º | 0.96% | 0.58% | - |
| XYZ | 12.52 | 6.5 | 2.79 | - |
| YUV | 52.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 42 | 0 | 0.96 | 0.71 | 0.42 | 344.68 | 0.92 | 0.3 |
| Hex | 93 | 6 | 2A | 0 | 60 | 47 | 2A | 159 | 5C | 1E |
| Octal | 223 | 6 | 52 | 0 | 140 | 107 | 52 | 531 | 134 | 36 |
| Binary | 10010011 | 110 | 101010 | 0 | 1100000 | 1000111 | 101010 | 101011001 | 1011100 | 11110 |
Color Harmonies of #93062A
Complementary color
Monochromatic Colors of #93062A
Black with #93062A
Text Example
Text Example
White with #93062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93062A; }
p { color: rgb(147,6,42); }
H1.HeaderClassName
{
color: #93062A;
}
.AnyTagClassName
{
color: #93062A;
}
</style>
background-color css
<style>
a { background-color: #93062A; }
a { background-color: rgb(147,6,42); }
div.DivClassName
{
background-color: #93062A;
}
.BgClassName
{
background-color: #93062A;
}
</style>
border-color css
<style>
span { border-color: #93062A; }
span { border-color: rgb(147,6,42); }
td.TdClassName
{
border-color: #93062A;
}
.TagClassName
{
border-color: #93062A;
}
</style>