Shades of Carmine #93092A
Tints of Carmine #93092A
RGB
CMYK
RGB Variations
Color information
#93092A (or 0x93092A) is known color: Carmine. HEX triplet: 93, 09 and 2A. RGB value is (147,9,42). Sum of RGB (Red+Green+Blue) = 147+9+42=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93092A is #6CF6D5. Grayscale: #363636. Windows color (decimal): -7141078 or 2754963. OLE color: 2754963.
HSL color Cylindrical-coordinate representation of color #93092A: hue angle of 345.65º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93092A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 42 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.42 |
| HSL | 345.65º | 0.88% | 0.31% | - |
| HSV(B) | 345.65º | 0.94% | 0.58% | - |
| XYZ | 12.55 | 6.57 | 2.8 | - |
| YUV | 54.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 42 | 0 | 0.94 | 0.71 | 0.42 | 345.65 | 0.88 | 0.31 |
| Hex | 93 | 9 | 2A | 0 | 5E | 47 | 2A | 15A | 58 | 1F |
| Octal | 223 | 11 | 52 | 0 | 136 | 107 | 52 | 532 | 130 | 37 |
| Binary | 10010011 | 1001 | 101010 | 0 | 1011110 | 1000111 | 101010 | 101011010 | 1011000 | 11111 |
Color Harmonies of #93092A
Complementary color
Monochromatic Colors of #93092A
Black with #93092A
Text Example
Text Example
White with #93092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93092A; }
p { color: rgb(147,9,42); }
H1.HeaderClassName
{
color: #93092A;
}
.AnyTagClassName
{
color: #93092A;
}
</style>
background-color css
<style>
a { background-color: #93092A; }
a { background-color: rgb(147,9,42); }
div.DivClassName
{
background-color: #93092A;
}
.BgClassName
{
background-color: #93092A;
}
</style>
border-color css
<style>
span { border-color: #93092A; }
span { border-color: rgb(147,9,42); }
td.TdClassName
{
border-color: #93092A;
}
.TagClassName
{
border-color: #93092A;
}
</style>