Shades of Dark Red #990C00
Tints of Dark Red #990C00
RGB
CMYK
RGB Variations
Color information
#990C00 (or 0x990C00) is known color: Dark Red. HEX triplet: 99, 0C and 00. RGB value is (153,12,0). Sum of RGB (Red+Green+Blue) = 153+12+0=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #990C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C00 is #66F3FF. Grayscale: #343434. Windows color (decimal): -6747136 or 3225. OLE color: 3225.
HSL color Cylindrical-coordinate representation of color #990C00: hue angle of 4.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990C00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.4 |
| HSL | 4.71º | 1% | 0.3% | - |
| HSV(B) | 4.71º | 1% | 0.6% | - |
| XYZ | 13.27 | 7.04 | 0.66 | - |
| YUV | 52.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 0 | 0 | 0.92 | 1 | 0.4 | 4.71 | 1 | 0.3 |
| Hex | 99 | C | 0 | 0 | 5C | 64 | 28 | 5 | 64 | 1E |
| Octal | 231 | 14 | 0 | 0 | 134 | 144 | 50 | 5 | 144 | 36 |
| Binary | 10011001 | 1100 | 0 | 0 | 1011100 | 1100100 | 101000 | 101 | 1100100 | 11110 |
Color Harmonies of #990C00
Complementary color
Monochromatic Colors of #990C00
Black with #990C00
Text Example
Text Example
White with #990C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C00; }
p { color: rgb(153,12,0); }
H1.HeaderClassName
{
color: #990C00;
}
.AnyTagClassName
{
color: #990C00;
}
</style>
background-color css
<style>
a { background-color: #990C00; }
a { background-color: rgb(153,12,0); }
div.DivClassName
{
background-color: #990C00;
}
.BgClassName
{
background-color: #990C00;
}
</style>
border-color css
<style>
span { border-color: #990C00; }
span { border-color: rgb(153,12,0); }
td.TdClassName
{
border-color: #990C00;
}
.TagClassName
{
border-color: #990C00;
}
</style>