Shades of Carmine #A4062A
Tints of Carmine #A4062A
RGB
CMYK
RGB Variations
Color information
#A4062A (or 0xA4062A) is known color: Carmine. HEX triplet: A4, 06 and 2A. RGB value is (164,6,42). Sum of RGB (Red+Green+Blue) = 164+6+42=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A4062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4062A is #5BF9D5. Grayscale: #393939. Windows color (decimal): -6027734 or 2754212. OLE color: 2754212.
HSL color Cylindrical-coordinate representation of color #A4062A: hue angle of 346.33º 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 #A4062A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 42 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.36 |
| HSL | 346.33º | 0.93% | 0.33% | - |
| HSV(B) | 346.33º | 0.96% | 0.64% | - |
| XYZ | 15.79 | 8.19 | 2.94 | - |
| YUV | 57.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 42 | 0 | 0.96 | 0.74 | 0.36 | 346.33 | 0.93 | 0.33 |
| Hex | A4 | 6 | 2A | 0 | 60 | 4A | 24 | 15A | 5D | 21 |
| Octal | 244 | 6 | 52 | 0 | 140 | 112 | 44 | 532 | 135 | 41 |
| Binary | 10100100 | 110 | 101010 | 0 | 1100000 | 1001010 | 100100 | 101011010 | 1011101 | 100001 |
Color Harmonies of #A4062A
Complementary color
Monochromatic Colors of #A4062A
Black with #A4062A
Text Example
Text Example
White with #A4062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4062A; }
p { color: rgb(164,6,42); }
H1.HeaderClassName
{
color: #A4062A;
}
.AnyTagClassName
{
color: #A4062A;
}
</style>
background-color css
<style>
a { background-color: #A4062A; }
a { background-color: rgb(164,6,42); }
div.DivClassName
{
background-color: #A4062A;
}
.BgClassName
{
background-color: #A4062A;
}
</style>
border-color css
<style>
span { border-color: #A4062A; }
span { border-color: rgb(164,6,42); }
td.TdClassName
{
border-color: #A4062A;
}
.TagClassName
{
border-color: #A4062A;
}
</style>