Shades of Carmine #8D051A
Tints of Carmine #8D051A
RGB
CMYK
RGB Variations
Color information
#8D051A (or 0x8D051A) is known color: Carmine. HEX triplet: 8D, 05 and 1A. RGB value is (141,5,26). Sum of RGB (Red+Green+Blue) = 141+5+26=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D051A is #72FAE5. Grayscale: #303030. Windows color (decimal): -7535334 or 1705357. OLE color: 1705357.
HSL color Cylindrical-coordinate representation of color #8D051A: hue angle of 350.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D051A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 26 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.45 |
| HSL | 350.74º | 0.93% | 0.29% | - |
| HSV(B) | 350.74º | 0.96% | 0.55% | - |
| XYZ | 11.23 | 5.85 | 1.51 | - |
| YUV | 48.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 26 | 0 | 0.96 | 0.82 | 0.45 | 350.74 | 0.93 | 0.29 |
| Hex | 8D | 5 | 1A | 0 | 60 | 52 | 2D | 15F | 5D | 1D |
| Octal | 215 | 5 | 32 | 0 | 140 | 122 | 55 | 537 | 135 | 35 |
| Binary | 10001101 | 101 | 11010 | 0 | 1100000 | 1010010 | 101101 | 101011111 | 1011101 | 11101 |
Color Harmonies of #8D051A
Complementary color
Monochromatic Colors of #8D051A
Black with #8D051A
Text Example
Text Example
White with #8D051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D051A; }
p { color: rgb(141,5,26); }
H1.HeaderClassName
{
color: #8D051A;
}
.AnyTagClassName
{
color: #8D051A;
}
</style>
background-color css
<style>
a { background-color: #8D051A; }
a { background-color: rgb(141,5,26); }
div.DivClassName
{
background-color: #8D051A;
}
.BgClassName
{
background-color: #8D051A;
}
</style>
border-color css
<style>
span { border-color: #8D051A; }
span { border-color: rgb(141,5,26); }
td.TdClassName
{
border-color: #8D051A;
}
.TagClassName
{
border-color: #8D051A;
}
</style>