Shades of Carmine #930A2D
Tints of Carmine #930A2D
RGB
CMYK
RGB Variations
Color information
#930A2D (or 0x930A2D) is known color: Carmine. HEX triplet: 93, 0A and 2D. RGB value is (147,10,45). Sum of RGB (Red+Green+Blue) = 147+10+45=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #930A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A2D is #6CF5D2. Grayscale: #363636. Windows color (decimal): -7140819 or 2951827. OLE color: 2951827.
HSL color Cylindrical-coordinate representation of color #930A2D: hue angle of 344.67º 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 #930A2D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 10 | 45 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.42 |
| HSL | 344.67º | 0.87% | 0.31% | - |
| HSV(B) | 344.67º | 0.93% | 0.58% | - |
| XYZ | 12.61 | 6.61 | 3.09 | - |
| YUV | 54.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 45 | 0 | 0.93 | 0.69 | 0.42 | 344.67 | 0.87 | 0.31 |
| Hex | 93 | A | 2D | 0 | 5D | 45 | 2A | 159 | 57 | 1F |
| Octal | 223 | 12 | 55 | 0 | 135 | 105 | 52 | 531 | 127 | 37 |
| Binary | 10010011 | 1010 | 101101 | 0 | 1011101 | 1000101 | 101010 | 101011001 | 1010111 | 11111 |
Color Harmonies of #930A2D
Complementary color
Monochromatic Colors of #930A2D
Black with #930A2D
Text Example
Text Example
White with #930A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930A2D; }
p { color: rgb(147,10,45); }
H1.HeaderClassName
{
color: #930A2D;
}
.AnyTagClassName
{
color: #930A2D;
}
</style>
background-color css
<style>
a { background-color: #930A2D; }
a { background-color: rgb(147,10,45); }
div.DivClassName
{
background-color: #930A2D;
}
.BgClassName
{
background-color: #930A2D;
}
</style>
border-color css
<style>
span { border-color: #930A2D; }
span { border-color: rgb(147,10,45); }
td.TdClassName
{
border-color: #930A2D;
}
.TagClassName
{
border-color: #930A2D;
}
</style>