Shades of Dark Red #880C0A
Tints of Dark Red #880C0A
RGB
CMYK
RGB Variations
Color information
#880C0A (or 0x880C0A) is known color: Dark Red. HEX triplet: 88, 0C and 0A. RGB value is (136,12,10). Sum of RGB (Red+Green+Blue) = 136+12+10=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C0A is #77F3F5. Grayscale: #303030. Windows color (decimal): -7861238 or 658568. OLE color: 658568.
HSL color Cylindrical-coordinate representation of color #880C0A: hue angle of 0.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880C0A is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 10 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.47 |
| HSL | 0.95º | 0.86% | 0.29% | - |
| HSV(B) | 0.95º | 0.93% | 0.53% | - |
| XYZ | 10.34 | 5.52 | 0.81 | - |
| YUV | 48.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 10 | 0 | 0.91 | 0.93 | 0.47 | 0.95 | 0.86 | 0.29 |
| Hex | 88 | C | A | 0 | 5B | 5D | 2F | 1 | 56 | 1D |
| Octal | 210 | 14 | 12 | 0 | 133 | 135 | 57 | 1 | 126 | 35 |
| Binary | 10001000 | 1100 | 1010 | 0 | 1011011 | 1011101 | 101111 | 1 | 1010110 | 11101 |
Color Harmonies of #880C0A
Complementary color
Monochromatic Colors of #880C0A
Black with #880C0A
Text Example
Text Example
White with #880C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C0A; }
p { color: rgb(136,12,10); }
H1.HeaderClassName
{
color: #880C0A;
}
.AnyTagClassName
{
color: #880C0A;
}
</style>
background-color css
<style>
a { background-color: #880C0A; }
a { background-color: rgb(136,12,10); }
div.DivClassName
{
background-color: #880C0A;
}
.BgClassName
{
background-color: #880C0A;
}
</style>
border-color css
<style>
span { border-color: #880C0A; }
span { border-color: rgb(136,12,10); }
td.TdClassName
{
border-color: #880C0A;
}
.TagClassName
{
border-color: #880C0A;
}
</style>