Shades of Carmine #A80029
Tints of Carmine #A80029
RGB
CMYK
RGB Variations
Color information
#A80029 (or 0xA80029) is known color: Carmine. HEX triplet: A8, 00 and 29. RGB value is (168,0,41). Sum of RGB (Red+Green+Blue) = 168+0+41=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A80029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80029 is #57FFD6. Grayscale: #363636. Windows color (decimal): -5767127 or 2687144. OLE color: 2687144.
HSL color Cylindrical-coordinate representation of color #A80029: hue angle of 345.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80029 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.76 | 0.34 |
| HSL | 345.36º | 1% | 0.33% | - |
| HSV(B) | 345.36º | 1% | 0.66% | - |
| XYZ | 16.55 | 8.48 | 2.86 | - |
| YUV | 54.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 41 | 0 | 1 | 0.76 | 0.34 | 345.36 | 1 | 0.33 |
| Hex | A8 | 0 | 29 | 0 | 64 | 4C | 22 | 159 | 64 | 21 |
| Octal | 250 | 0 | 51 | 0 | 144 | 114 | 42 | 531 | 144 | 41 |
| Binary | 10101000 | 0 | 101001 | 0 | 1100100 | 1001100 | 100010 | 101011001 | 1100100 | 100001 |
Color Harmonies of #A80029
Complementary color
Monochromatic Colors of #A80029
Black with #A80029
Text Example
Text Example
White with #A80029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80029; }
p { color: rgb(168,0,41); }
H1.HeaderClassName
{
color: #A80029;
}
.AnyTagClassName
{
color: #A80029;
}
</style>
background-color css
<style>
a { background-color: #A80029; }
a { background-color: rgb(168,0,41); }
div.DivClassName
{
background-color: #A80029;
}
.BgClassName
{
background-color: #A80029;
}
</style>
border-color css
<style>
span { border-color: #A80029; }
span { border-color: rgb(168,0,41); }
td.TdClassName
{
border-color: #A80029;
}
.TagClassName
{
border-color: #A80029;
}
</style>