Shades of Carmine #8D1024
Tints of Carmine #8D1024
RGB
CMYK
RGB Variations
Color information
#8D1024 (or 0x8D1024) is known color: Carmine. HEX triplet: 8D, 10 and 24. RGB value is (141,16,36). Sum of RGB (Red+Green+Blue) = 141+16+36=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1024 is #72EFDB. Grayscale: #373737. Windows color (decimal): -7532508 or 2363533. OLE color: 2363533.
HSL color Cylindrical-coordinate representation of color #8D1024: hue angle of 350.4º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1024 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 36 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.45 |
| HSL | 350.4º | 0.8% | 0.31% | - |
| HSV(B) | 350.4º | 0.89% | 0.55% | - |
| XYZ | 11.49 | 6.16 | 2.25 | - |
| YUV | 55.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 36 | 0 | 0.89 | 0.74 | 0.45 | 350.4 | 0.8 | 0.31 |
| Hex | 8D | 10 | 24 | 0 | 59 | 4A | 2D | 15E | 50 | 1F |
| Octal | 215 | 20 | 44 | 0 | 131 | 112 | 55 | 536 | 120 | 37 |
| Binary | 10001101 | 10000 | 100100 | 0 | 1011001 | 1001010 | 101101 | 101011110 | 1010000 | 11111 |
Color Harmonies of #8D1024
Complementary color
Monochromatic Colors of #8D1024
Black with #8D1024
Text Example
Text Example
White with #8D1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1024; }
p { color: rgb(141,16,36); }
H1.HeaderClassName
{
color: #8D1024;
}
.AnyTagClassName
{
color: #8D1024;
}
</style>
background-color css
<style>
a { background-color: #8D1024; }
a { background-color: rgb(141,16,36); }
div.DivClassName
{
background-color: #8D1024;
}
.BgClassName
{
background-color: #8D1024;
}
</style>
border-color css
<style>
span { border-color: #8D1024; }
span { border-color: rgb(141,16,36); }
td.TdClassName
{
border-color: #8D1024;
}
.TagClassName
{
border-color: #8D1024;
}
</style>