Shades of Carmine #880A1A
Tints of Carmine #880A1A
RGB
CMYK
RGB Variations
Color information
#880A1A (or 0x880A1A) is known color: Carmine. HEX triplet: 88, 0A and 1A. RGB value is (136,10,26). Sum of RGB (Red+Green+Blue) = 136+10+26=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A1A is #77F5E5. Grayscale: #313131. Windows color (decimal): -7861734 or 1706632. OLE color: 1706632.
HSL color Cylindrical-coordinate representation of color #880A1A: hue angle of 352.38º 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 #880A1A is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 26 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.47 |
| HSL | 352.38º | 0.86% | 0.29% | - |
| HSV(B) | 352.38º | 0.93% | 0.53% | - |
| XYZ | 10.45 | 5.53 | 1.49 | - |
| YUV | 49.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 26 | 0 | 0.93 | 0.81 | 0.47 | 352.38 | 0.86 | 0.29 |
| Hex | 88 | A | 1A | 0 | 5D | 51 | 2F | 160 | 56 | 1D |
| Octal | 210 | 12 | 32 | 0 | 135 | 121 | 57 | 540 | 126 | 35 |
| Binary | 10001000 | 1010 | 11010 | 0 | 1011101 | 1010001 | 101111 | 101100000 | 1010110 | 11101 |
Color Harmonies of #880A1A
Complementary color
Monochromatic Colors of #880A1A
Black with #880A1A
Text Example
Text Example
White with #880A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A1A; }
p { color: rgb(136,10,26); }
H1.HeaderClassName
{
color: #880A1A;
}
.AnyTagClassName
{
color: #880A1A;
}
</style>
background-color css
<style>
a { background-color: #880A1A; }
a { background-color: rgb(136,10,26); }
div.DivClassName
{
background-color: #880A1A;
}
.BgClassName
{
background-color: #880A1A;
}
</style>
border-color css
<style>
span { border-color: #880A1A; }
span { border-color: rgb(136,10,26); }
td.TdClassName
{
border-color: #880A1A;
}
.TagClassName
{
border-color: #880A1A;
}
</style>