Shades of Carmine #8A0C1D
Tints of Carmine #8A0C1D
RGB
CMYK
RGB Variations
Color information
#8A0C1D (or 0x8A0C1D) is known color: Carmine. HEX triplet: 8A, 0C and 1D. RGB value is (138,12,29). Sum of RGB (Red+Green+Blue) = 138+12+29=179 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.09% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C1D is #75F3E2. Grayscale: #333333. Windows color (decimal): -7730147 or 1903754. OLE color: 1903754.
HSL color Cylindrical-coordinate representation of color #8A0C1D: hue angle of 351.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C1D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 29 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.46 |
| HSL | 351.9º | 0.84% | 0.29% | - |
| HSV(B) | 351.9º | 0.91% | 0.54% | - |
| XYZ | 10.83 | 5.75 | 1.7 | - |
| YUV | 51.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 29 | 0 | 0.91 | 0.79 | 0.46 | 351.9 | 0.84 | 0.29 |
| Hex | 8A | C | 1D | 0 | 5B | 4F | 2E | 160 | 54 | 1D |
| Octal | 212 | 14 | 35 | 0 | 133 | 117 | 56 | 540 | 124 | 35 |
| Binary | 10001010 | 1100 | 11101 | 0 | 1011011 | 1001111 | 101110 | 101100000 | 1010100 | 11101 |
Color Harmonies of #8A0C1D
Complementary color
Monochromatic Colors of #8A0C1D
Black with #8A0C1D
Text Example
Text Example
White with #8A0C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C1D; }
p { color: rgb(138,12,29); }
H1.HeaderClassName
{
color: #8A0C1D;
}
.AnyTagClassName
{
color: #8A0C1D;
}
</style>
background-color css
<style>
a { background-color: #8A0C1D; }
a { background-color: rgb(138,12,29); }
div.DivClassName
{
background-color: #8A0C1D;
}
.BgClassName
{
background-color: #8A0C1D;
}
</style>
border-color css
<style>
span { border-color: #8A0C1D; }
span { border-color: rgb(138,12,29); }
td.TdClassName
{
border-color: #8A0C1D;
}
.TagClassName
{
border-color: #8A0C1D;
}
</style>