Shades of Carmine #A40D1C
Tints of Carmine #A40D1C
RGB
CMYK
RGB Variations
Color information
#A40D1C (or 0xA40D1C) is known color: Carmine. HEX triplet: A4, 0D and 1C. RGB value is (164,13,28). Sum of RGB (Red+Green+Blue) = 164+13+28=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D1C is #5BF2E3. Grayscale: #3B3B3B. Windows color (decimal): -6025956 or 1838500. OLE color: 1838500.
HSL color Cylindrical-coordinate representation of color #A40D1C: hue angle of 354.04º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40D1C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 28 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.36 |
| HSL | 354.04º | 0.85% | 0.35% | - |
| HSV(B) | 354.04º | 0.92% | 0.64% | - |
| XYZ | 15.66 | 8.26 | 1.87 | - |
| YUV | 59.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 28 | 0 | 0.92 | 0.83 | 0.36 | 354.04 | 0.85 | 0.35 |
| Hex | A4 | D | 1C | 0 | 5C | 53 | 24 | 162 | 55 | 23 |
| Octal | 244 | 15 | 34 | 0 | 134 | 123 | 44 | 542 | 125 | 43 |
| Binary | 10100100 | 1101 | 11100 | 0 | 1011100 | 1010011 | 100100 | 101100010 | 1010101 | 100011 |
Color Harmonies of #A40D1C
Complementary color
Monochromatic Colors of #A40D1C
Black with #A40D1C
Text Example
Text Example
White with #A40D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D1C; }
p { color: rgb(164,13,28); }
H1.HeaderClassName
{
color: #A40D1C;
}
.AnyTagClassName
{
color: #A40D1C;
}
</style>
background-color css
<style>
a { background-color: #A40D1C; }
a { background-color: rgb(164,13,28); }
div.DivClassName
{
background-color: #A40D1C;
}
.BgClassName
{
background-color: #A40D1C;
}
</style>
border-color css
<style>
span { border-color: #A40D1C; }
span { border-color: rgb(164,13,28); }
td.TdClassName
{
border-color: #A40D1C;
}
.TagClassName
{
border-color: #A40D1C;
}
</style>