Shades of Carmine #A80829
Tints of Carmine #A80829
RGB
CMYK
RGB Variations
Color information
#A80829 (or 0xA80829) is known color: Carmine. HEX triplet: A8, 08 and 29. RGB value is (168,8,41). Sum of RGB (Red+Green+Blue) = 168+8+41=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A80829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80829 is #57F7D6. Grayscale: #3B3B3B. Windows color (decimal): -5765079 or 2689192. OLE color: 2689192.
HSL color Cylindrical-coordinate representation of color #A80829: hue angle of 347.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80829 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 41 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.34 |
| HSL | 347.63º | 0.91% | 0.35% | - |
| HSV(B) | 347.63º | 0.95% | 0.66% | - |
| XYZ | 16.64 | 8.66 | 2.89 | - |
| YUV | 59.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 41 | 0 | 0.95 | 0.76 | 0.34 | 347.63 | 0.91 | 0.35 |
| Hex | A8 | 8 | 29 | 0 | 5F | 4C | 22 | 15C | 5B | 23 |
| Octal | 250 | 10 | 51 | 0 | 137 | 114 | 42 | 534 | 133 | 43 |
| Binary | 10101000 | 1000 | 101001 | 0 | 1011111 | 1001100 | 100010 | 101011100 | 1011011 | 100011 |
Color Harmonies of #A80829
Complementary color
Monochromatic Colors of #A80829
Black with #A80829
Text Example
Text Example
White with #A80829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80829; }
p { color: rgb(168,8,41); }
H1.HeaderClassName
{
color: #A80829;
}
.AnyTagClassName
{
color: #A80829;
}
</style>
background-color css
<style>
a { background-color: #A80829; }
a { background-color: rgb(168,8,41); }
div.DivClassName
{
background-color: #A80829;
}
.BgClassName
{
background-color: #A80829;
}
</style>
border-color css
<style>
span { border-color: #A80829; }
span { border-color: rgb(168,8,41); }
td.TdClassName
{
border-color: #A80829;
}
.TagClassName
{
border-color: #A80829;
}
</style>