Shades of Carmine #A4061D
Tints of Carmine #A4061D
RGB
CMYK
RGB Variations
Color information
#A4061D (or 0xA4061D) is known color: Carmine. HEX triplet: A4, 06 and 1D. RGB value is (164,6,29). Sum of RGB (Red+Green+Blue) = 164+6+29=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4061D is #5BF9E2. Grayscale: #373737. Windows color (decimal): -6027747 or 1902244. OLE color: 1902244.
HSL color Cylindrical-coordinate representation of color #A4061D: hue angle of 351.27º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4061D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 29 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.36 |
| HSL | 351.27º | 0.93% | 0.33% | - |
| HSV(B) | 351.27º | 0.96% | 0.64% | - |
| XYZ | 15.6 | 8.11 | 1.91 | - |
| YUV | 55.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 29 | 0 | 0.96 | 0.82 | 0.36 | 351.27 | 0.93 | 0.33 |
| Hex | A4 | 6 | 1D | 0 | 60 | 52 | 24 | 15F | 5D | 21 |
| Octal | 244 | 6 | 35 | 0 | 140 | 122 | 44 | 537 | 135 | 41 |
| Binary | 10100100 | 110 | 11101 | 0 | 1100000 | 1010010 | 100100 | 101011111 | 1011101 | 100001 |
Color Harmonies of #A4061D
Complementary color
Monochromatic Colors of #A4061D
Black with #A4061D
Text Example
Text Example
White with #A4061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4061D; }
p { color: rgb(164,6,29); }
H1.HeaderClassName
{
color: #A4061D;
}
.AnyTagClassName
{
color: #A4061D;
}
</style>
background-color css
<style>
a { background-color: #A4061D; }
a { background-color: rgb(164,6,29); }
div.DivClassName
{
background-color: #A4061D;
}
.BgClassName
{
background-color: #A4061D;
}
</style>
border-color css
<style>
span { border-color: #A4061D; }
span { border-color: rgb(164,6,29); }
td.TdClassName
{
border-color: #A4061D;
}
.TagClassName
{
border-color: #A4061D;
}
</style>