Shades of Carmine #990329
Tints of Carmine #990329
RGB
CMYK
RGB Variations
Color information
#990329 (or 0x990329) is known color: Carmine. HEX triplet: 99, 03 and 29. RGB value is (153,3,41). Sum of RGB (Red+Green+Blue) = 153+3+41=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #990329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990329 is #66FCD6. Grayscale: #343434. Windows color (decimal): -6749399 or 2687897. OLE color: 2687897.
HSL color Cylindrical-coordinate representation of color #990329: hue angle of 344.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990329 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.4 |
| HSL | 344.8º | 0.96% | 0.31% | - |
| HSV(B) | 344.8º | 0.98% | 0.6% | - |
| XYZ | 13.57 | 7 | 2.73 | - |
| YUV | 52.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 41 | 0 | 0.98 | 0.73 | 0.4 | 344.8 | 0.96 | 0.31 |
| Hex | 99 | 3 | 29 | 0 | 62 | 49 | 28 | 159 | 60 | 1F |
| Octal | 231 | 3 | 51 | 0 | 142 | 111 | 50 | 531 | 140 | 37 |
| Binary | 10011001 | 11 | 101001 | 0 | 1100010 | 1001001 | 101000 | 101011001 | 1100000 | 11111 |
Color Harmonies of #990329
Complementary color
Monochromatic Colors of #990329
Black with #990329
Text Example
Text Example
White with #990329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990329; }
p { color: rgb(153,3,41); }
H1.HeaderClassName
{
color: #990329;
}
.AnyTagClassName
{
color: #990329;
}
</style>
background-color css
<style>
a { background-color: #990329; }
a { background-color: rgb(153,3,41); }
div.DivClassName
{
background-color: #990329;
}
.BgClassName
{
background-color: #990329;
}
</style>
border-color css
<style>
span { border-color: #990329; }
span { border-color: rgb(153,3,41); }
td.TdClassName
{
border-color: #990329;
}
.TagClassName
{
border-color: #990329;
}
</style>