Shades of Carmine #A80129
Tints of Carmine #A80129
RGB
CMYK
RGB Variations
Color information
#A80129 (or 0xA80129) is known color: Carmine. HEX triplet: A8, 01 and 29. RGB value is (168,1,41). Sum of RGB (Red+Green+Blue) = 168+1+41=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A80129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80129 is #57FED6. Grayscale: #373737. Windows color (decimal): -5766871 or 2687400. OLE color: 2687400.
HSL color Cylindrical-coordinate representation of color #A80129: hue angle of 345.63º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80129 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.34 |
| HSL | 345.63º | 0.99% | 0.33% | - |
| HSV(B) | 345.63º | 0.99% | 0.66% | - |
| XYZ | 16.56 | 8.51 | 2.87 | - |
| YUV | 55.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 41 | 0 | 0.99 | 0.76 | 0.34 | 345.63 | 0.99 | 0.33 |
| Hex | A8 | 1 | 29 | 0 | 63 | 4C | 22 | 15A | 63 | 21 |
| Octal | 250 | 1 | 51 | 0 | 143 | 114 | 42 | 532 | 143 | 41 |
| Binary | 10101000 | 1 | 101001 | 0 | 1100011 | 1001100 | 100010 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A80129
Complementary color
Monochromatic Colors of #A80129
Black with #A80129
Text Example
Text Example
White with #A80129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80129; }
p { color: rgb(168,1,41); }
H1.HeaderClassName
{
color: #A80129;
}
.AnyTagClassName
{
color: #A80129;
}
</style>
background-color css
<style>
a { background-color: #A80129; }
a { background-color: rgb(168,1,41); }
div.DivClassName
{
background-color: #A80129;
}
.BgClassName
{
background-color: #A80129;
}
</style>
border-color css
<style>
span { border-color: #A80129; }
span { border-color: rgb(168,1,41); }
td.TdClassName
{
border-color: #A80129;
}
.TagClassName
{
border-color: #A80129;
}
</style>