Shades of Carmine #A31429
Tints of Carmine #A31429
RGB
CMYK
RGB Variations
Color information
#A31429 (or 0xA31429) is known color: Carmine. HEX triplet: A3, 14 and 29. RGB value is (163,20,41). Sum of RGB (Red+Green+Blue) = 163+20+41=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A31429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31429 is #5CEBD6. Grayscale: #414141. Windows color (decimal): -6089687 or 2692259. OLE color: 2692259.
HSL color Cylindrical-coordinate representation of color #A31429: hue angle of 351.19º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31429 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 41 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.36 |
| HSL | 351.19º | 0.78% | 0.36% | - |
| HSV(B) | 351.19º | 0.88% | 0.64% | - |
| XYZ | 15.75 | 8.45 | 2.9 | - |
| YUV | 65.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 41 | 0 | 0.88 | 0.75 | 0.36 | 351.19 | 0.78 | 0.36 |
| Hex | A3 | 14 | 29 | 0 | 58 | 4B | 24 | 15F | 4E | 24 |
| Octal | 243 | 24 | 51 | 0 | 130 | 113 | 44 | 537 | 116 | 44 |
| Binary | 10100011 | 10100 | 101001 | 0 | 1011000 | 1001011 | 100100 | 101011111 | 1001110 | 100100 |
Color Harmonies of #A31429
Complementary color
Monochromatic Colors of #A31429
Black with #A31429
Text Example
Text Example
White with #A31429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31429; }
p { color: rgb(163,20,41); }
H1.HeaderClassName
{
color: #A31429;
}
.AnyTagClassName
{
color: #A31429;
}
</style>
background-color css
<style>
a { background-color: #A31429; }
a { background-color: rgb(163,20,41); }
div.DivClassName
{
background-color: #A31429;
}
.BgClassName
{
background-color: #A31429;
}
</style>
border-color css
<style>
span { border-color: #A31429; }
span { border-color: rgb(163,20,41); }
td.TdClassName
{
border-color: #A31429;
}
.TagClassName
{
border-color: #A31429;
}
</style>