Shades of Carmine #A4063A
Tints of Carmine #A4063A
RGB
CMYK
RGB Variations
Color information
#A4063A (or 0xA4063A) is known color: Carmine. HEX triplet: A4, 06 and 3A. RGB value is (164,6,58). Sum of RGB (Red+Green+Blue) = 164+6+58=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4063A is #5BF9C5. Grayscale: #3B3B3B. Windows color (decimal): -6027718 or 3802788. OLE color: 3802788.
HSL color Cylindrical-coordinate representation of color #A4063A: hue angle of 340.25º 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 #A4063A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.36 |
| HSL | 340.25º | 0.93% | 0.33% | - |
| HSV(B) | 340.25º | 0.96% | 0.64% | - |
| XYZ | 16.14 | 8.33 | 4.76 | - |
| YUV | 59.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 58 | 0 | 0.96 | 0.65 | 0.36 | 340.25 | 0.93 | 0.33 |
| Hex | A4 | 6 | 3A | 0 | 60 | 41 | 24 | 154 | 5D | 21 |
| Octal | 244 | 6 | 72 | 0 | 140 | 101 | 44 | 524 | 135 | 41 |
| Binary | 10100100 | 110 | 111010 | 0 | 1100000 | 1000001 | 100100 | 101010100 | 1011101 | 100001 |
Color Harmonies of #A4063A
Complementary color
Monochromatic Colors of #A4063A
Black with #A4063A
Text Example
Text Example
White with #A4063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4063A; }
p { color: rgb(164,6,58); }
H1.HeaderClassName
{
color: #A4063A;
}
.AnyTagClassName
{
color: #A4063A;
}
</style>
background-color css
<style>
a { background-color: #A4063A; }
a { background-color: rgb(164,6,58); }
div.DivClassName
{
background-color: #A4063A;
}
.BgClassName
{
background-color: #A4063A;
}
</style>
border-color css
<style>
span { border-color: #A4063A; }
span { border-color: rgb(164,6,58); }
td.TdClassName
{
border-color: #A4063A;
}
.TagClassName
{
border-color: #A4063A;
}
</style>