Shades of Carmine #8A0C1E
Tints of Carmine #8A0C1E
RGB
CMYK
RGB Variations
Color information
#8A0C1E (or 0x8A0C1E) is known color: Carmine. HEX triplet: 8A, 0C and 1E. RGB value is (138,12,30). Sum of RGB (Red+Green+Blue) = 138+12+30=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C1E is #75F3E1. Grayscale: #333333. Windows color (decimal): -7730146 or 1969290. OLE color: 1969290.
HSL color Cylindrical-coordinate representation of color #8A0C1E: hue angle of 351.43º 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 #8A0C1E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 30 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.46 |
| HSL | 351.43º | 0.84% | 0.29% | - |
| HSV(B) | 351.43º | 0.91% | 0.54% | - |
| XYZ | 10.85 | 5.76 | 1.77 | - |
| YUV | 51.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 30 | 0 | 0.91 | 0.78 | 0.46 | 351.43 | 0.84 | 0.29 |
| Hex | 8A | C | 1E | 0 | 5B | 4E | 2E | 15F | 54 | 1D |
| Octal | 212 | 14 | 36 | 0 | 133 | 116 | 56 | 537 | 124 | 35 |
| Binary | 10001010 | 1100 | 11110 | 0 | 1011011 | 1001110 | 101110 | 101011111 | 1010100 | 11101 |
Color Harmonies of #8A0C1E
Complementary color
Monochromatic Colors of #8A0C1E
Black with #8A0C1E
Text Example
Text Example
White with #8A0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C1E; }
p { color: rgb(138,12,30); }
H1.HeaderClassName
{
color: #8A0C1E;
}
.AnyTagClassName
{
color: #8A0C1E;
}
</style>
background-color css
<style>
a { background-color: #8A0C1E; }
a { background-color: rgb(138,12,30); }
div.DivClassName
{
background-color: #8A0C1E;
}
.BgClassName
{
background-color: #8A0C1E;
}
</style>
border-color css
<style>
span { border-color: #8A0C1E; }
span { border-color: rgb(138,12,30); }
td.TdClassName
{
border-color: #8A0C1E;
}
.TagClassName
{
border-color: #8A0C1E;
}
</style>