Shades of Carmine #880A18
Tints of Carmine #880A18
RGB
CMYK
RGB Variations
Color information
#880A18 (or 0x880A18) is known color: Carmine. HEX triplet: 88, 0A and 18. RGB value is (136,10,24). Sum of RGB (Red+Green+Blue) = 136+10+24=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #880A18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A18 is #77F5E7. Grayscale: #313131. Windows color (decimal): -7861736 or 1575560. OLE color: 1575560.
HSL color Cylindrical-coordinate representation of color #880A18: hue angle of 353.33º 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 #880A18 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 24 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.47 |
| HSL | 353.33º | 0.86% | 0.29% | - |
| HSV(B) | 353.33º | 0.93% | 0.53% | - |
| XYZ | 10.43 | 5.52 | 1.38 | - |
| YUV | 49.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 24 | 0 | 0.93 | 0.82 | 0.47 | 353.33 | 0.86 | 0.29 |
| Hex | 88 | A | 18 | 0 | 5D | 52 | 2F | 161 | 56 | 1D |
| Octal | 210 | 12 | 30 | 0 | 135 | 122 | 57 | 541 | 126 | 35 |
| Binary | 10001000 | 1010 | 11000 | 0 | 1011101 | 1010010 | 101111 | 101100001 | 1010110 | 11101 |
Color Harmonies of #880A18
Complementary color
Monochromatic Colors of #880A18
Black with #880A18
Text Example
Text Example
White with #880A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A18; }
p { color: rgb(136,10,24); }
H1.HeaderClassName
{
color: #880A18;
}
.AnyTagClassName
{
color: #880A18;
}
</style>
background-color css
<style>
a { background-color: #880A18; }
a { background-color: rgb(136,10,24); }
div.DivClassName
{
background-color: #880A18;
}
.BgClassName
{
background-color: #880A18;
}
</style>
border-color css
<style>
span { border-color: #880A18; }
span { border-color: rgb(136,10,24); }
td.TdClassName
{
border-color: #880A18;
}
.TagClassName
{
border-color: #880A18;
}
</style>