Shades of Carmine #990420
Tints of Carmine #990420
RGB
CMYK
RGB Variations
Color information
#990420 (or 0x990420) is known color: Carmine. HEX triplet: 99, 04 and 20. RGB value is (153,4,32). Sum of RGB (Red+Green+Blue) = 153+4+32=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990420 is #66FBDF. Grayscale: #333333. Windows color (decimal): -6749152 or 2098329. OLE color: 2098329.
HSL color Cylindrical-coordinate representation of color #990420: hue angle of 348.72º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990420 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.4 |
| HSL | 348.72º | 0.95% | 0.31% | - |
| HSV(B) | 348.72º | 0.97% | 0.6% | - |
| XYZ | 13.44 | 6.96 | 2 | - |
| YUV | 51.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 32 | 0 | 0.97 | 0.79 | 0.4 | 348.72 | 0.95 | 0.31 |
| Hex | 99 | 4 | 20 | 0 | 61 | 4F | 28 | 15D | 5F | 1F |
| Octal | 231 | 4 | 40 | 0 | 141 | 117 | 50 | 535 | 137 | 37 |
| Binary | 10011001 | 100 | 100000 | 0 | 1100001 | 1001111 | 101000 | 101011101 | 1011111 | 11111 |
Color Harmonies of #990420
Complementary color
Monochromatic Colors of #990420
Black with #990420
Text Example
Text Example
White with #990420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990420; }
p { color: rgb(153,4,32); }
H1.HeaderClassName
{
color: #990420;
}
.AnyTagClassName
{
color: #990420;
}
</style>
background-color css
<style>
a { background-color: #990420; }
a { background-color: rgb(153,4,32); }
div.DivClassName
{
background-color: #990420;
}
.BgClassName
{
background-color: #990420;
}
</style>
border-color css
<style>
span { border-color: #990420; }
span { border-color: rgb(153,4,32); }
td.TdClassName
{
border-color: #990420;
}
.TagClassName
{
border-color: #990420;
}
</style>