Shades of Carmine #8A051A
Tints of Carmine #8A051A
RGB
CMYK
RGB Variations
Color information
#8A051A (or 0x8A051A) is known color: Carmine. HEX triplet: 8A, 05 and 1A. RGB value is (138,5,26). Sum of RGB (Red+Green+Blue) = 138+5+26=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A051A is #75FAE5. Grayscale: #2F2F2F. Windows color (decimal): -7731942 or 1705354. OLE color: 1705354.
HSL color Cylindrical-coordinate representation of color #8A051A: hue angle of 350.53º degrees, saturation: 0.93, 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 #8A051A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 26 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.46 |
| HSL | 350.53º | 0.93% | 0.28% | - |
| HSV(B) | 350.53º | 0.96% | 0.54% | - |
| XYZ | 10.72 | 5.59 | 1.49 | - |
| YUV | 47.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 26 | 0 | 0.96 | 0.81 | 0.46 | 350.53 | 0.93 | 0.28 |
| Hex | 8A | 5 | 1A | 0 | 60 | 51 | 2E | 15F | 5D | 1C |
| Octal | 212 | 5 | 32 | 0 | 140 | 121 | 56 | 537 | 135 | 34 |
| Binary | 10001010 | 101 | 11010 | 0 | 1100000 | 1010001 | 101110 | 101011111 | 1011101 | 11100 |
Color Harmonies of #8A051A
Complementary color
Monochromatic Colors of #8A051A
Black with #8A051A
Text Example
Text Example
White with #8A051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A051A; }
p { color: rgb(138,5,26); }
H1.HeaderClassName
{
color: #8A051A;
}
.AnyTagClassName
{
color: #8A051A;
}
</style>
background-color css
<style>
a { background-color: #8A051A; }
a { background-color: rgb(138,5,26); }
div.DivClassName
{
background-color: #8A051A;
}
.BgClassName
{
background-color: #8A051A;
}
</style>
border-color css
<style>
span { border-color: #8A051A; }
span { border-color: rgb(138,5,26); }
td.TdClassName
{
border-color: #8A051A;
}
.TagClassName
{
border-color: #8A051A;
}
</style>