Shades of Carmine #A4071D
Tints of Carmine #A4071D
RGB
CMYK
RGB Variations
Color information
#A4071D (or 0xA4071D) is known color: Carmine. HEX triplet: A4, 07 and 1D. RGB value is (164,7,29). Sum of RGB (Red+Green+Blue) = 164+7+29=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071D is #5BF8E2. Grayscale: #383838. Windows color (decimal): -6027491 or 1902500. OLE color: 1902500.
HSL color Cylindrical-coordinate representation of color #A4071D: hue angle of 351.59º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4071D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.36 |
| HSL | 351.59º | 0.92% | 0.34% | - |
| HSV(B) | 351.59º | 0.96% | 0.64% | - |
| XYZ | 15.61 | 8.13 | 1.91 | - |
| YUV | 56.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 29 | 0 | 0.96 | 0.82 | 0.36 | 351.59 | 0.92 | 0.34 |
| Hex | A4 | 7 | 1D | 0 | 60 | 52 | 24 | 160 | 5C | 22 |
| Octal | 244 | 7 | 35 | 0 | 140 | 122 | 44 | 540 | 134 | 42 |
| Binary | 10100100 | 111 | 11101 | 0 | 1100000 | 1010010 | 100100 | 101100000 | 1011100 | 100010 |
Color Harmonies of #A4071D
Complementary color
Monochromatic Colors of #A4071D
Black with #A4071D
Text Example
Text Example
White with #A4071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4071D; }
p { color: rgb(164,7,29); }
H1.HeaderClassName
{
color: #A4071D;
}
.AnyTagClassName
{
color: #A4071D;
}
</style>
background-color css
<style>
a { background-color: #A4071D; }
a { background-color: rgb(164,7,29); }
div.DivClassName
{
background-color: #A4071D;
}
.BgClassName
{
background-color: #A4071D;
}
</style>
border-color css
<style>
span { border-color: #A4071D; }
span { border-color: rgb(164,7,29); }
td.TdClassName
{
border-color: #A4071D;
}
.TagClassName
{
border-color: #A4071D;
}
</style>