Shades of Carmine #A80229
Tints of Carmine #A80229
RGB
CMYK
RGB Variations
Color information
#A80229 (or 0xA80229) is known color: Carmine. HEX triplet: A8, 02 and 29. RGB value is (168,2,41). Sum of RGB (Red+Green+Blue) = 168+2+41=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A80229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80229 is #57FDD6. Grayscale: #383838. Windows color (decimal): -5766615 or 2687656. OLE color: 2687656.
HSL color Cylindrical-coordinate representation of color #A80229: hue angle of 345.9º degrees, saturation: 0.98, 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 #A80229 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.34 |
| HSL | 345.9º | 0.98% | 0.33% | - |
| HSV(B) | 345.9º | 0.99% | 0.66% | - |
| XYZ | 16.57 | 8.53 | 2.87 | - |
| YUV | 56.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 41 | 0 | 0.99 | 0.76 | 0.34 | 345.9 | 0.98 | 0.33 |
| Hex | A8 | 2 | 29 | 0 | 63 | 4C | 22 | 15A | 62 | 21 |
| Octal | 250 | 2 | 51 | 0 | 143 | 114 | 42 | 532 | 142 | 41 |
| Binary | 10101000 | 10 | 101001 | 0 | 1100011 | 1001100 | 100010 | 101011010 | 1100010 | 100001 |
Color Harmonies of #A80229
Complementary color
Monochromatic Colors of #A80229
Black with #A80229
Text Example
Text Example
White with #A80229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80229; }
p { color: rgb(168,2,41); }
H1.HeaderClassName
{
color: #A80229;
}
.AnyTagClassName
{
color: #A80229;
}
</style>
background-color css
<style>
a { background-color: #A80229; }
a { background-color: rgb(168,2,41); }
div.DivClassName
{
background-color: #A80229;
}
.BgClassName
{
background-color: #A80229;
}
</style>
border-color css
<style>
span { border-color: #A80229; }
span { border-color: rgb(168,2,41); }
td.TdClassName
{
border-color: #A80229;
}
.TagClassName
{
border-color: #A80229;
}
</style>