Shades of Carmine #990128
Tints of Carmine #990128
RGB
CMYK
RGB Variations
Color information
#990128 (or 0x990128) is known color: Carmine. HEX triplet: 99, 01 and 28. RGB value is (153,1,40). Sum of RGB (Red+Green+Blue) = 153+1+40=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #990128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990128 is #66FED7. Grayscale: #323232. Windows color (decimal): -6749912 or 2621849. OLE color: 2621849.
HSL color Cylindrical-coordinate representation of color #990128: hue angle of 344.61º 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 #990128 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.4 |
| HSL | 344.61º | 0.99% | 0.3% | - |
| HSV(B) | 344.61º | 0.99% | 0.6% | - |
| XYZ | 13.53 | 6.95 | 2.64 | - |
| YUV | 50.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 40 | 0 | 0.99 | 0.74 | 0.4 | 344.61 | 0.99 | 0.3 |
| Hex | 99 | 1 | 28 | 0 | 63 | 4A | 28 | 159 | 63 | 1E |
| Octal | 231 | 1 | 50 | 0 | 143 | 112 | 50 | 531 | 143 | 36 |
| Binary | 10011001 | 1 | 101000 | 0 | 1100011 | 1001010 | 101000 | 101011001 | 1100011 | 11110 |
Color Harmonies of #990128
Complementary color
Monochromatic Colors of #990128
Black with #990128
Text Example
Text Example
White with #990128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990128; }
p { color: rgb(153,1,40); }
H1.HeaderClassName
{
color: #990128;
}
.AnyTagClassName
{
color: #990128;
}
</style>
background-color css
<style>
a { background-color: #990128; }
a { background-color: rgb(153,1,40); }
div.DivClassName
{
background-color: #990128;
}
.BgClassName
{
background-color: #990128;
}
</style>
border-color css
<style>
span { border-color: #990128; }
span { border-color: rgb(153,1,40); }
td.TdClassName
{
border-color: #990128;
}
.TagClassName
{
border-color: #990128;
}
</style>