Shades of Carmine #A40F1E
Tints of Carmine #A40F1E
RGB
CMYK
RGB Variations
Color information
#A40F1E (or 0xA40F1E) is known color: Carmine. HEX triplet: A4, 0F and 1E. RGB value is (164,15,30). Sum of RGB (Red+Green+Blue) = 164+15+30=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F1E is #5BF0E1. Grayscale: #3D3D3D. Windows color (decimal): -6025442 or 1970084. OLE color: 1970084.
HSL color Cylindrical-coordinate representation of color #A40F1E: hue angle of 353.96º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F1E is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 15 | 30 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.36 |
| HSL | 353.96º | 0.83% | 0.35% | - |
| HSV(B) | 353.96º | 0.91% | 0.64% | - |
| XYZ | 15.72 | 8.33 | 2.01 | - |
| YUV | 61.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 30 | 0 | 0.91 | 0.82 | 0.36 | 353.96 | 0.83 | 0.35 |
| Hex | A4 | F | 1E | 0 | 5B | 52 | 24 | 162 | 53 | 23 |
| Octal | 244 | 17 | 36 | 0 | 133 | 122 | 44 | 542 | 123 | 43 |
| Binary | 10100100 | 1111 | 11110 | 0 | 1011011 | 1010010 | 100100 | 101100010 | 1010011 | 100011 |
Color Harmonies of #A40F1E
Complementary color
Monochromatic Colors of #A40F1E
Black with #A40F1E
Text Example
Text Example
White with #A40F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40F1E; }
p { color: rgb(164,15,30); }
H1.HeaderClassName
{
color: #A40F1E;
}
.AnyTagClassName
{
color: #A40F1E;
}
</style>
background-color css
<style>
a { background-color: #A40F1E; }
a { background-color: rgb(164,15,30); }
div.DivClassName
{
background-color: #A40F1E;
}
.BgClassName
{
background-color: #A40F1E;
}
</style>
border-color css
<style>
span { border-color: #A40F1E; }
span { border-color: rgb(164,15,30); }
td.TdClassName
{
border-color: #A40F1E;
}
.TagClassName
{
border-color: #A40F1E;
}
</style>