Shades of Carmine #A80627
Tints of Carmine #A80627
RGB
CMYK
RGB Variations
Color information
#A80627 (or 0xA80627) is known color: Carmine. HEX triplet: A8, 06 and 27. RGB value is (168,6,39). Sum of RGB (Red+Green+Blue) = 168+6+39=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A80627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80627 is #57F9D8. Grayscale: #3A3A3A. Windows color (decimal): -5765593 or 2557608. OLE color: 2557608.
HSL color Cylindrical-coordinate representation of color #A80627: hue angle of 347.78º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80627 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 39 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.34 |
| HSL | 347.78º | 0.93% | 0.34% | - |
| HSV(B) | 347.78º | 0.96% | 0.66% | - |
| XYZ | 16.58 | 8.6 | 2.71 | - |
| YUV | 58.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 39 | 0 | 0.96 | 0.77 | 0.34 | 347.78 | 0.93 | 0.34 |
| Hex | A8 | 6 | 27 | 0 | 60 | 4D | 22 | 15C | 5D | 22 |
| Octal | 250 | 6 | 47 | 0 | 140 | 115 | 42 | 534 | 135 | 42 |
| Binary | 10101000 | 110 | 100111 | 0 | 1100000 | 1001101 | 100010 | 101011100 | 1011101 | 100010 |
Color Harmonies of #A80627
Complementary color
Monochromatic Colors of #A80627
Black with #A80627
Text Example
Text Example
White with #A80627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80627; }
p { color: rgb(168,6,39); }
H1.HeaderClassName
{
color: #A80627;
}
.AnyTagClassName
{
color: #A80627;
}
</style>
background-color css
<style>
a { background-color: #A80627; }
a { background-color: rgb(168,6,39); }
div.DivClassName
{
background-color: #A80627;
}
.BgClassName
{
background-color: #A80627;
}
</style>
border-color css
<style>
span { border-color: #A80627; }
span { border-color: rgb(168,6,39); }
td.TdClassName
{
border-color: #A80627;
}
.TagClassName
{
border-color: #A80627;
}
</style>