Shades of Carmine #99012E
Tints of Carmine #99012E
RGB
CMYK
RGB Variations
Color information
#99012E (or 0x99012E) is known color: Carmine. HEX triplet: 99, 01 and 2E. RGB value is (153,1,46). Sum of RGB (Red+Green+Blue) = 153+1+46=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99012E is #66FED1. Grayscale: #333333. Windows color (decimal): -6749906 or 3015065. OLE color: 3015065.
HSL color Cylindrical-coordinate representation of color #99012E: hue angle of 342.24º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99012E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.4 |
| HSL | 342.24º | 0.99% | 0.3% | - |
| HSV(B) | 342.24º | 0.99% | 0.6% | - |
| XYZ | 13.64 | 6.99 | 3.22 | - |
| YUV | 51.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 46 | 0 | 0.99 | 0.70 | 0.4 | 342.24 | 0.99 | 0.3 |
| Hex | 99 | 1 | 2E | 0 | 63 | 46 | 28 | 156 | 63 | 1E |
| Octal | 231 | 1 | 56 | 0 | 143 | 106 | 50 | 526 | 143 | 36 |
| Binary | 10011001 | 1 | 101110 | 0 | 1100011 | 1000110 | 101000 | 101010110 | 1100011 | 11110 |
Color Harmonies of #99012E
Complementary color
Monochromatic Colors of #99012E
Black with #99012E
Text Example
Text Example
White with #99012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99012E; }
p { color: rgb(153,1,46); }
H1.HeaderClassName
{
color: #99012E;
}
.AnyTagClassName
{
color: #99012E;
}
</style>
background-color css
<style>
a { background-color: #99012E; }
a { background-color: rgb(153,1,46); }
div.DivClassName
{
background-color: #99012E;
}
.BgClassName
{
background-color: #99012E;
}
</style>
border-color css
<style>
span { border-color: #99012E; }
span { border-color: rgb(153,1,46); }
td.TdClassName
{
border-color: #99012E;
}
.TagClassName
{
border-color: #99012E;
}
</style>