Shades of Medium Carmine #A43E32
Tints of Medium Carmine #A43E32
RGB
CMYK
RGB Variations
Color information
#A43E32 (or 0xA43E32) is known color: Medium Carmine. HEX triplet: A4, 3E and 32. RGB value is (164,62,50). Sum of RGB (Red+Green+Blue) = 164+62+50=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43E32 is #5BC1CD. Grayscale: #5B5B5B. Windows color (decimal): -6013390 or 3292836. OLE color: 3292836.
HSL color Cylindrical-coordinate representation of color #A43E32: hue angle of 6.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43E32 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 50 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.36 |
| HSL | 6.32º | 0.53% | 0.42% | - |
| HSV(B) | 6.32º | 0.7% | 0.64% | - |
| XYZ | 17.61 | 11.57 | 4.32 | - |
| YUV | 91.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 50 | 0 | 0.62 | 0.70 | 0.36 | 6.32 | 0.53 | 0.42 |
| Hex | A4 | 3E | 32 | 0 | 3E | 46 | 24 | 6 | 35 | 2A |
| Octal | 244 | 76 | 62 | 0 | 76 | 106 | 44 | 6 | 65 | 52 |
| Binary | 10100100 | 111110 | 110010 | 0 | 111110 | 1000110 | 100100 | 110 | 110101 | 101010 |
Color Harmonies of #A43E32
Complementary color
Monochromatic Colors of #A43E32
Black with #A43E32
Text Example
Text Example
White with #A43E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43E32; }
p { color: rgb(164,62,50); }
H1.HeaderClassName
{
color: #A43E32;
}
.AnyTagClassName
{
color: #A43E32;
}
</style>
background-color css
<style>
a { background-color: #A43E32; }
a { background-color: rgb(164,62,50); }
div.DivClassName
{
background-color: #A43E32;
}
.BgClassName
{
background-color: #A43E32;
}
</style>
border-color css
<style>
span { border-color: #A43E32; }
span { border-color: rgb(164,62,50); }
td.TdClassName
{
border-color: #A43E32;
}
.TagClassName
{
border-color: #A43E32;
}
</style>