Shades of Carmine #A40D1B
Tints of Carmine #A40D1B
RGB
CMYK
RGB Variations
Color information
#A40D1B (or 0xA40D1B) is known color: Carmine. HEX triplet: A4, 0D and 1B. RGB value is (164,13,27). Sum of RGB (Red+Green+Blue) = 164+13+27=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D1B is #5BF2E4. Grayscale: #3B3B3B. Windows color (decimal): -6025957 or 1772964. OLE color: 1772964.
HSL color Cylindrical-coordinate representation of color #A40D1B: hue angle of 354.44º 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 #A40D1B is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 27 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.36 |
| HSL | 354.44º | 0.85% | 0.35% | - |
| HSV(B) | 354.44º | 0.92% | 0.64% | - |
| XYZ | 15.65 | 8.26 | 1.81 | - |
| YUV | 59.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 27 | 0 | 0.92 | 0.84 | 0.36 | 354.44 | 0.85 | 0.35 |
| Hex | A4 | D | 1B | 0 | 5C | 54 | 24 | 162 | 55 | 23 |
| Octal | 244 | 15 | 33 | 0 | 134 | 124 | 44 | 542 | 125 | 43 |
| Binary | 10100100 | 1101 | 11011 | 0 | 1011100 | 1010100 | 100100 | 101100010 | 1010101 | 100011 |
Color Harmonies of #A40D1B
Complementary color
Monochromatic Colors of #A40D1B
Black with #A40D1B
Text Example
Text Example
White with #A40D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D1B; }
p { color: rgb(164,13,27); }
H1.HeaderClassName
{
color: #A40D1B;
}
.AnyTagClassName
{
color: #A40D1B;
}
</style>
background-color css
<style>
a { background-color: #A40D1B; }
a { background-color: rgb(164,13,27); }
div.DivClassName
{
background-color: #A40D1B;
}
.BgClassName
{
background-color: #A40D1B;
}
</style>
border-color css
<style>
span { border-color: #A40D1B; }
span { border-color: rgb(164,13,27); }
td.TdClassName
{
border-color: #A40D1B;
}
.TagClassName
{
border-color: #A40D1B;
}
</style>