Shades of Carmine #A81029
Tints of Carmine #A81029
RGB
CMYK
RGB Variations
Color information
#A81029 (or 0xA81029) is known color: Carmine. HEX triplet: A8, 10 and 29. RGB value is (168,16,41). Sum of RGB (Red+Green+Blue) = 168+16+41=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81029 is #57EFD6. Grayscale: #404040. Windows color (decimal): -5763031 or 2691240. OLE color: 2691240.
HSL color Cylindrical-coordinate representation of color #A81029: hue angle of 350.13º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81029 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 41 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.34 |
| HSL | 350.13º | 0.83% | 0.36% | - |
| HSV(B) | 350.13º | 0.9% | 0.66% | - |
| XYZ | 16.73 | 8.86 | 2.93 | - |
| YUV | 64.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 41 | 0 | 0.90 | 0.76 | 0.34 | 350.13 | 0.83 | 0.36 |
| Hex | A8 | 10 | 29 | 0 | 5A | 4C | 22 | 15E | 53 | 24 |
| Octal | 250 | 20 | 51 | 0 | 132 | 114 | 42 | 536 | 123 | 44 |
| Binary | 10101000 | 10000 | 101001 | 0 | 1011010 | 1001100 | 100010 | 101011110 | 1010011 | 100100 |
Color Harmonies of #A81029
Complementary color
Monochromatic Colors of #A81029
Black with #A81029
Text Example
Text Example
White with #A81029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81029; }
p { color: rgb(168,16,41); }
H1.HeaderClassName
{
color: #A81029;
}
.AnyTagClassName
{
color: #A81029;
}
</style>
background-color css
<style>
a { background-color: #A81029; }
a { background-color: rgb(168,16,41); }
div.DivClassName
{
background-color: #A81029;
}
.BgClassName
{
background-color: #A81029;
}
</style>
border-color css
<style>
span { border-color: #A81029; }
span { border-color: rgb(168,16,41); }
td.TdClassName
{
border-color: #A81029;
}
.TagClassName
{
border-color: #A81029;
}
</style>