Shades of Carmine #8A0C19
Tints of Carmine #8A0C19
RGB
CMYK
RGB Variations
Color information
#8A0C19 (or 0x8A0C19) is known color: Carmine. HEX triplet: 8A, 0C and 19. RGB value is (138,12,25). Sum of RGB (Red+Green+Blue) = 138+12+25=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0C19 is #75F3E6. Grayscale: #333333. Windows color (decimal): -7730151 or 1641610. OLE color: 1641610.
HSL color Cylindrical-coordinate representation of color #8A0C19: hue angle of 353.81º 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 #8A0C19 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 25 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.46 |
| HSL | 353.81º | 0.84% | 0.29% | - |
| HSV(B) | 353.81º | 0.91% | 0.54% | - |
| XYZ | 10.79 | 5.74 | 1.46 | - |
| YUV | 51.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 25 | 0 | 0.91 | 0.82 | 0.46 | 353.81 | 0.84 | 0.29 |
| Hex | 8A | C | 19 | 0 | 5B | 52 | 2E | 162 | 54 | 1D |
| Octal | 212 | 14 | 31 | 0 | 133 | 122 | 56 | 542 | 124 | 35 |
| Binary | 10001010 | 1100 | 11001 | 0 | 1011011 | 1010010 | 101110 | 101100010 | 1010100 | 11101 |
Color Harmonies of #8A0C19
Complementary color
Monochromatic Colors of #8A0C19
Black with #8A0C19
Text Example
Text Example
White with #8A0C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C19; }
p { color: rgb(138,12,25); }
H1.HeaderClassName
{
color: #8A0C19;
}
.AnyTagClassName
{
color: #8A0C19;
}
</style>
background-color css
<style>
a { background-color: #8A0C19; }
a { background-color: rgb(138,12,25); }
div.DivClassName
{
background-color: #8A0C19;
}
.BgClassName
{
background-color: #8A0C19;
}
</style>
border-color css
<style>
span { border-color: #8A0C19; }
span { border-color: rgb(138,12,25); }
td.TdClassName
{
border-color: #8A0C19;
}
.TagClassName
{
border-color: #8A0C19;
}
</style>