Shades of Carmine #8A0618
Tints of Carmine #8A0618
RGB
CMYK
RGB Variations
Color information
#8A0618 (or 0x8A0618) is known color: Carmine. HEX triplet: 8A, 06 and 18. RGB value is (138,6,24). Sum of RGB (Red+Green+Blue) = 138+6+24=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0618 is #75F9E7. Grayscale: #2F2F2F. Windows color (decimal): -7731688 or 1574538. OLE color: 1574538.
HSL color Cylindrical-coordinate representation of color #8A0618: hue angle of 351.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0618 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 24 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.46 |
| HSL | 351.82º | 0.92% | 0.28% | - |
| HSV(B) | 351.82º | 0.96% | 0.54% | - |
| XYZ | 10.71 | 5.6 | 1.38 | - |
| YUV | 47.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 24 | 0 | 0.96 | 0.83 | 0.46 | 351.82 | 0.92 | 0.28 |
| Hex | 8A | 6 | 18 | 0 | 60 | 53 | 2E | 160 | 5C | 1C |
| Octal | 212 | 6 | 30 | 0 | 140 | 123 | 56 | 540 | 134 | 34 |
| Binary | 10001010 | 110 | 11000 | 0 | 1100000 | 1010011 | 101110 | 101100000 | 1011100 | 11100 |
Color Harmonies of #8A0618
Complementary color
Monochromatic Colors of #8A0618
Black with #8A0618
Text Example
Text Example
White with #8A0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0618; }
p { color: rgb(138,6,24); }
H1.HeaderClassName
{
color: #8A0618;
}
.AnyTagClassName
{
color: #8A0618;
}
</style>
background-color css
<style>
a { background-color: #8A0618; }
a { background-color: rgb(138,6,24); }
div.DivClassName
{
background-color: #8A0618;
}
.BgClassName
{
background-color: #8A0618;
}
</style>
border-color css
<style>
span { border-color: #8A0618; }
span { border-color: rgb(138,6,24); }
td.TdClassName
{
border-color: #8A0618;
}
.TagClassName
{
border-color: #8A0618;
}
</style>