Shades of Carmine #A80329
Tints of Carmine #A80329
RGB
CMYK
RGB Variations
Color information
#A80329 (or 0xA80329) is known color: Carmine. HEX triplet: A8, 03 and 29. RGB value is (168,3,41). Sum of RGB (Red+Green+Blue) = 168+3+41=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80329 is #57FCD6. Grayscale: #383838. Windows color (decimal): -5766359 or 2687912. OLE color: 2687912.
HSL color Cylindrical-coordinate representation of color #A80329: hue angle of 346.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80329 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.34 |
| HSL | 346.18º | 0.96% | 0.34% | - |
| HSV(B) | 346.18º | 0.98% | 0.66% | - |
| XYZ | 16.58 | 8.55 | 2.87 | - |
| YUV | 56.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 41 | 0 | 0.98 | 0.76 | 0.34 | 346.18 | 0.96 | 0.34 |
| Hex | A8 | 3 | 29 | 0 | 62 | 4C | 22 | 15A | 60 | 22 |
| Octal | 250 | 3 | 51 | 0 | 142 | 114 | 42 | 532 | 140 | 42 |
| Binary | 10101000 | 11 | 101001 | 0 | 1100010 | 1001100 | 100010 | 101011010 | 1100000 | 100010 |
Color Harmonies of #A80329
Complementary color
Monochromatic Colors of #A80329
Black with #A80329
Text Example
Text Example
White with #A80329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80329; }
p { color: rgb(168,3,41); }
H1.HeaderClassName
{
color: #A80329;
}
.AnyTagClassName
{
color: #A80329;
}
</style>
background-color css
<style>
a { background-color: #A80329; }
a { background-color: rgb(168,3,41); }
div.DivClassName
{
background-color: #A80329;
}
.BgClassName
{
background-color: #A80329;
}
</style>
border-color css
<style>
span { border-color: #A80329; }
span { border-color: rgb(168,3,41); }
td.TdClassName
{
border-color: #A80329;
}
.TagClassName
{
border-color: #A80329;
}
</style>