Shades of Carmine #990A1A
Tints of Carmine #990A1A
RGB
CMYK
RGB Variations
Color information
#990A1A (or 0x990A1A) is known color: Carmine. HEX triplet: 99, 0A and 1A. RGB value is (153,10,26). Sum of RGB (Red+Green+Blue) = 153+10+26=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A1A is #66F5E5. Grayscale: #363636. Windows color (decimal): -6747622 or 1706649. OLE color: 1706649.
HSL color Cylindrical-coordinate representation of color #990A1A: hue angle of 353.29º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A1A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 26 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.4 |
| HSL | 353.29º | 0.88% | 0.32% | - |
| HSV(B) | 353.29º | 0.93% | 0.6% | - |
| XYZ | 13.43 | 7.06 | 1.63 | - |
| YUV | 54.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 26 | 0 | 0.93 | 0.83 | 0.4 | 353.29 | 0.88 | 0.32 |
| Hex | 99 | A | 1A | 0 | 5D | 53 | 28 | 161 | 58 | 20 |
| Octal | 231 | 12 | 32 | 0 | 135 | 123 | 50 | 541 | 130 | 40 |
| Binary | 10011001 | 1010 | 11010 | 0 | 1011101 | 1010011 | 101000 | 101100001 | 1011000 | 100000 |
Color Harmonies of #990A1A
Complementary color
Monochromatic Colors of #990A1A
Black with #990A1A
Text Example
Text Example
White with #990A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A1A; }
p { color: rgb(153,10,26); }
H1.HeaderClassName
{
color: #990A1A;
}
.AnyTagClassName
{
color: #990A1A;
}
</style>
background-color css
<style>
a { background-color: #990A1A; }
a { background-color: rgb(153,10,26); }
div.DivClassName
{
background-color: #990A1A;
}
.BgClassName
{
background-color: #990A1A;
}
</style>
border-color css
<style>
span { border-color: #990A1A; }
span { border-color: rgb(153,10,26); }
td.TdClassName
{
border-color: #990A1A;
}
.TagClassName
{
border-color: #990A1A;
}
</style>