Shades of Carmine #93012A
Tints of Carmine #93012A
RGB
CMYK
RGB Variations
Color information
#93012A (or 0x93012A) is known color: Carmine. HEX triplet: 93, 01 and 2A. RGB value is (147,1,42). Sum of RGB (Red+Green+Blue) = 147+1+42=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #93012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93012A is #6CFED5. Grayscale: #313131. Windows color (decimal): -7143126 or 2752915. OLE color: 2752915.
HSL color Cylindrical-coordinate representation of color #93012A: hue angle of 343.15º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93012A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.42 |
| HSL | 343.15º | 0.99% | 0.29% | - |
| HSV(B) | 343.15º | 0.99% | 0.58% | - |
| XYZ | 12.46 | 6.39 | 2.77 | - |
| YUV | 49.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 42 | 0 | 0.99 | 0.71 | 0.42 | 343.15 | 0.99 | 0.29 |
| Hex | 93 | 1 | 2A | 0 | 63 | 47 | 2A | 157 | 63 | 1D |
| Octal | 223 | 1 | 52 | 0 | 143 | 107 | 52 | 527 | 143 | 35 |
| Binary | 10010011 | 1 | 101010 | 0 | 1100011 | 1000111 | 101010 | 101010111 | 1100011 | 11101 |
Color Harmonies of #93012A
Complementary color
Monochromatic Colors of #93012A
Black with #93012A
Text Example
Text Example
White with #93012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93012A; }
p { color: rgb(147,1,42); }
H1.HeaderClassName
{
color: #93012A;
}
.AnyTagClassName
{
color: #93012A;
}
</style>
background-color css
<style>
a { background-color: #93012A; }
a { background-color: rgb(147,1,42); }
div.DivClassName
{
background-color: #93012A;
}
.BgClassName
{
background-color: #93012A;
}
</style>
border-color css
<style>
span { border-color: #93012A; }
span { border-color: rgb(147,1,42); }
td.TdClassName
{
border-color: #93012A;
}
.TagClassName
{
border-color: #93012A;
}
</style>