Shades of Carmine #930A2A
Tints of Carmine #930A2A
RGB
CMYK
RGB Variations
Color information
#930A2A (or 0x930A2A) is known color: Carmine. HEX triplet: 93, 0A and 2A. RGB value is (147,10,42). Sum of RGB (Red+Green+Blue) = 147+10+42=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #930A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A2A is #6CF5D5. Grayscale: #363636. Windows color (decimal): -7140822 or 2755219. OLE color: 2755219.
HSL color Cylindrical-coordinate representation of color #930A2A: hue angle of 345.99º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A2A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 10 | 42 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.42 |
| HSL | 345.99º | 0.87% | 0.31% | - |
| HSV(B) | 345.99º | 0.93% | 0.58% | - |
| XYZ | 12.56 | 6.59 | 2.8 | - |
| YUV | 54.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 42 | 0 | 0.93 | 0.71 | 0.42 | 345.99 | 0.87 | 0.31 |
| Hex | 93 | A | 2A | 0 | 5D | 47 | 2A | 15A | 57 | 1F |
| Octal | 223 | 12 | 52 | 0 | 135 | 107 | 52 | 532 | 127 | 37 |
| Binary | 10010011 | 1010 | 101010 | 0 | 1011101 | 1000111 | 101010 | 101011010 | 1010111 | 11111 |
Color Harmonies of #930A2A
Complementary color
Monochromatic Colors of #930A2A
Black with #930A2A
Text Example
Text Example
White with #930A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930A2A; }
p { color: rgb(147,10,42); }
H1.HeaderClassName
{
color: #930A2A;
}
.AnyTagClassName
{
color: #930A2A;
}
</style>
background-color css
<style>
a { background-color: #930A2A; }
a { background-color: rgb(147,10,42); }
div.DivClassName
{
background-color: #930A2A;
}
.BgClassName
{
background-color: #930A2A;
}
</style>
border-color css
<style>
span { border-color: #930A2A; }
span { border-color: rgb(147,10,42); }
td.TdClassName
{
border-color: #930A2A;
}
.TagClassName
{
border-color: #930A2A;
}
</style>