Shades of Carmine #A40C26
Tints of Carmine #A40C26
RGB
CMYK
RGB Variations
Color information
#A40C26 (or 0xA40C26) is known color: Carmine. HEX triplet: A4, 0C and 26. RGB value is (164,12,38). Sum of RGB (Red+Green+Blue) = 164+12+38=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C26 is #5BF3D9. Grayscale: #3C3C3C. Windows color (decimal): -6026202 or 2493604. OLE color: 2493604.
HSL color Cylindrical-coordinate representation of color #A40C26: hue angle of 349.74º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C26 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 38 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.36 |
| HSL | 349.74º | 0.86% | 0.35% | - |
| HSV(B) | 349.74º | 0.93% | 0.64% | - |
| XYZ | 15.79 | 8.3 | 2.6 | - |
| YUV | 60.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 38 | 0 | 0.93 | 0.77 | 0.36 | 349.74 | 0.86 | 0.35 |
| Hex | A4 | C | 26 | 0 | 5D | 4D | 24 | 15E | 56 | 23 |
| Octal | 244 | 14 | 46 | 0 | 135 | 115 | 44 | 536 | 126 | 43 |
| Binary | 10100100 | 1100 | 100110 | 0 | 1011101 | 1001101 | 100100 | 101011110 | 1010110 | 100011 |
Color Harmonies of #A40C26
Complementary color
Monochromatic Colors of #A40C26
Black with #A40C26
Text Example
Text Example
White with #A40C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C26; }
p { color: rgb(164,12,38); }
H1.HeaderClassName
{
color: #A40C26;
}
.AnyTagClassName
{
color: #A40C26;
}
</style>
background-color css
<style>
a { background-color: #A40C26; }
a { background-color: rgb(164,12,38); }
div.DivClassName
{
background-color: #A40C26;
}
.BgClassName
{
background-color: #A40C26;
}
</style>
border-color css
<style>
span { border-color: #A40C26; }
span { border-color: rgb(164,12,38); }
td.TdClassName
{
border-color: #A40C26;
}
.TagClassName
{
border-color: #A40C26;
}
</style>