Shades of Carmine #8A0B1D
Tints of Carmine #8A0B1D
RGB
CMYK
RGB Variations
Color information
#8A0B1D (or 0x8A0B1D) is known color: Carmine. HEX triplet: 8A, 0B and 1D. RGB value is (138,11,29). Sum of RGB (Red+Green+Blue) = 138+11+29=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0B1D is #75F4E2. Grayscale: #333333. Windows color (decimal): -7730403 or 1903498. OLE color: 1903498.
HSL color Cylindrical-coordinate representation of color #8A0B1D: hue angle of 351.5º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B1D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 11 | 29 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.46 |
| HSL | 351.5º | 0.85% | 0.29% | - |
| HSV(B) | 351.5º | 0.92% | 0.54% | - |
| XYZ | 10.82 | 5.73 | 1.7 | - |
| YUV | 51.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 29 | 0 | 0.92 | 0.79 | 0.46 | 351.5 | 0.85 | 0.29 |
| Hex | 8A | B | 1D | 0 | 5C | 4F | 2E | 15F | 55 | 1D |
| Octal | 212 | 13 | 35 | 0 | 134 | 117 | 56 | 537 | 125 | 35 |
| Binary | 10001010 | 1011 | 11101 | 0 | 1011100 | 1001111 | 101110 | 101011111 | 1010101 | 11101 |
Color Harmonies of #8A0B1D
Complementary color
Monochromatic Colors of #8A0B1D
Black with #8A0B1D
Text Example
Text Example
White with #8A0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0B1D; }
p { color: rgb(138,11,29); }
H1.HeaderClassName
{
color: #8A0B1D;
}
.AnyTagClassName
{
color: #8A0B1D;
}
</style>
background-color css
<style>
a { background-color: #8A0B1D; }
a { background-color: rgb(138,11,29); }
div.DivClassName
{
background-color: #8A0B1D;
}
.BgClassName
{
background-color: #8A0B1D;
}
</style>
border-color css
<style>
span { border-color: #8A0B1D; }
span { border-color: rgb(138,11,29); }
td.TdClassName
{
border-color: #8A0B1D;
}
.TagClassName
{
border-color: #8A0B1D;
}
</style>