Shades of Carmine #A41029
Tints of Carmine #A41029
RGB
CMYK
RGB Variations
Color information
#A41029 (or 0xA41029) is known color: Carmine. HEX triplet: A4, 10 and 29. RGB value is (164,16,41). Sum of RGB (Red+Green+Blue) = 164+16+41=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41029 is #5BEFD6. Grayscale: #3F3F3F. Windows color (decimal): -6025175 or 2691236. OLE color: 2691236.
HSL color Cylindrical-coordinate representation of color #A41029: hue angle of 349.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41029 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 41 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.36 |
| HSL | 349.86º | 0.82% | 0.35% | - |
| HSV(B) | 349.86º | 0.9% | 0.64% | - |
| XYZ | 15.9 | 8.42 | 2.89 | - |
| YUV | 63.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 41 | 0 | 0.90 | 0.75 | 0.36 | 349.86 | 0.82 | 0.35 |
| Hex | A4 | 10 | 29 | 0 | 5A | 4B | 24 | 15E | 52 | 23 |
| Octal | 244 | 20 | 51 | 0 | 132 | 113 | 44 | 536 | 122 | 43 |
| Binary | 10100100 | 10000 | 101001 | 0 | 1011010 | 1001011 | 100100 | 101011110 | 1010010 | 100011 |
Color Harmonies of #A41029
Complementary color
Monochromatic Colors of #A41029
Black with #A41029
Text Example
Text Example
White with #A41029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41029; }
p { color: rgb(164,16,41); }
H1.HeaderClassName
{
color: #A41029;
}
.AnyTagClassName
{
color: #A41029;
}
</style>
background-color css
<style>
a { background-color: #A41029; }
a { background-color: rgb(164,16,41); }
div.DivClassName
{
background-color: #A41029;
}
.BgClassName
{
background-color: #A41029;
}
</style>
border-color css
<style>
span { border-color: #A41029; }
span { border-color: rgb(164,16,41); }
td.TdClassName
{
border-color: #A41029;
}
.TagClassName
{
border-color: #A41029;
}
</style>