Shades of Carmine #A80628
Tints of Carmine #A80628
RGB
CMYK
RGB Variations
Color information
#A80628 (or 0xA80628) is known color: Carmine. HEX triplet: A8, 06 and 28. RGB value is (168,6,40). Sum of RGB (Red+Green+Blue) = 168+6+40=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A80628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80628 is #57F9D7. Grayscale: #3A3A3A. Windows color (decimal): -5765592 or 2623144. OLE color: 2623144.
HSL color Cylindrical-coordinate representation of color #A80628: hue angle of 347.41º 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 #A80628 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 40 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.34 |
| HSL | 347.41º | 0.93% | 0.34% | - |
| HSV(B) | 347.41º | 0.96% | 0.66% | - |
| XYZ | 16.6 | 8.61 | 2.79 | - |
| YUV | 58.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 40 | 0 | 0.96 | 0.76 | 0.34 | 347.41 | 0.93 | 0.34 |
| Hex | A8 | 6 | 28 | 0 | 60 | 4C | 22 | 15B | 5D | 22 |
| Octal | 250 | 6 | 50 | 0 | 140 | 114 | 42 | 533 | 135 | 42 |
| Binary | 10101000 | 110 | 101000 | 0 | 1100000 | 1001100 | 100010 | 101011011 | 1011101 | 100010 |
Color Harmonies of #A80628
Complementary color
Monochromatic Colors of #A80628
Black with #A80628
Text Example
Text Example
White with #A80628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80628; }
p { color: rgb(168,6,40); }
H1.HeaderClassName
{
color: #A80628;
}
.AnyTagClassName
{
color: #A80628;
}
</style>
background-color css
<style>
a { background-color: #A80628; }
a { background-color: rgb(168,6,40); }
div.DivClassName
{
background-color: #A80628;
}
.BgClassName
{
background-color: #A80628;
}
</style>
border-color css
<style>
span { border-color: #A80628; }
span { border-color: rgb(168,6,40); }
td.TdClassName
{
border-color: #A80628;
}
.TagClassName
{
border-color: #A80628;
}
</style>