Shades of Carmine #870C19
Tints of Carmine #870C19
RGB
CMYK
RGB Variations
Color information
#870C19 (or 0x870C19) is known color: Carmine. HEX triplet: 87, 0C and 19. RGB value is (135,12,25). Sum of RGB (Red+Green+Blue) = 135+12+25=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #870C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C19 is #78F3E6. Grayscale: #323232. Windows color (decimal): -7926759 or 1641607. OLE color: 1641607.
HSL color Cylindrical-coordinate representation of color #870C19: hue angle of 353.66º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C19 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 25 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.47 |
| HSL | 353.66º | 0.84% | 0.29% | - |
| HSV(B) | 353.66º | 0.91% | 0.53% | - |
| XYZ | 10.3 | 5.48 | 1.44 | - |
| YUV | 50.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 25 | 0 | 0.91 | 0.81 | 0.47 | 353.66 | 0.84 | 0.29 |
| Hex | 87 | C | 19 | 0 | 5B | 51 | 2F | 162 | 54 | 1D |
| Octal | 207 | 14 | 31 | 0 | 133 | 121 | 57 | 542 | 124 | 35 |
| Binary | 10000111 | 1100 | 11001 | 0 | 1011011 | 1010001 | 101111 | 101100010 | 1010100 | 11101 |
Color Harmonies of #870C19
Complementary color
Monochromatic Colors of #870C19
Black with #870C19
Text Example
Text Example
White with #870C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C19; }
p { color: rgb(135,12,25); }
H1.HeaderClassName
{
color: #870C19;
}
.AnyTagClassName
{
color: #870C19;
}
</style>
background-color css
<style>
a { background-color: #870C19; }
a { background-color: rgb(135,12,25); }
div.DivClassName
{
background-color: #870C19;
}
.BgClassName
{
background-color: #870C19;
}
</style>
border-color css
<style>
span { border-color: #870C19; }
span { border-color: rgb(135,12,25); }
td.TdClassName
{
border-color: #870C19;
}
.TagClassName
{
border-color: #870C19;
}
</style>