Shades of Carmine #A4042C
Tints of Carmine #A4042C
RGB
CMYK
RGB Variations
Color information
#A4042C (or 0xA4042C) is known color: Carmine. HEX triplet: A4, 04 and 2C. RGB value is (164,4,44). Sum of RGB (Red+Green+Blue) = 164+4+44=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A4042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4042C is #5BFBD3. Grayscale: #383838. Windows color (decimal): -6028244 or 2884772. OLE color: 2884772.
HSL color Cylindrical-coordinate representation of color #A4042C: hue angle of 345º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4042C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.36 |
| HSL | 345º | 0.95% | 0.33% | - |
| HSV(B) | 345º | 0.98% | 0.64% | - |
| XYZ | 15.81 | 8.16 | 3.12 | - |
| YUV | 56.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 44 | 0 | 0.98 | 0.73 | 0.36 | 345 | 0.95 | 0.33 |
| Hex | A4 | 4 | 2C | 0 | 62 | 49 | 24 | 159 | 5F | 21 |
| Octal | 244 | 4 | 54 | 0 | 142 | 111 | 44 | 531 | 137 | 41 |
| Binary | 10100100 | 100 | 101100 | 0 | 1100010 | 1001001 | 100100 | 101011001 | 1011111 | 100001 |
Color Harmonies of #A4042C
Complementary color
Monochromatic Colors of #A4042C
Black with #A4042C
Text Example
Text Example
White with #A4042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4042C; }
p { color: rgb(164,4,44); }
H1.HeaderClassName
{
color: #A4042C;
}
.AnyTagClassName
{
color: #A4042C;
}
</style>
background-color css
<style>
a { background-color: #A4042C; }
a { background-color: rgb(164,4,44); }
div.DivClassName
{
background-color: #A4042C;
}
.BgClassName
{
background-color: #A4042C;
}
</style>
border-color css
<style>
span { border-color: #A4042C; }
span { border-color: rgb(164,4,44); }
td.TdClassName
{
border-color: #A4042C;
}
.TagClassName
{
border-color: #A4042C;
}
</style>