Shades of Medium Carmine #A34034
Tints of Medium Carmine #A34034
RGB
CMYK
RGB Variations
Color information
#A34034 (or 0xA34034) is known color: Medium Carmine. HEX triplet: A3, 40 and 34. RGB value is (163,64,52). Sum of RGB (Red+Green+Blue) = 163+64+52=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A34034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34034 is #5CBFCB. Grayscale: #5C5C5C. Windows color (decimal): -6078412 or 3424419. OLE color: 3424419.
HSL color Cylindrical-coordinate representation of color #A34034: hue angle of 6.49º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34034 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 52 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.36 |
| HSL | 6.49º | 0.52% | 0.42% | - |
| HSV(B) | 6.49º | 0.68% | 0.64% | - |
| XYZ | 17.56 | 11.7 | 4.58 | - |
| YUV | 92.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 52 | 0 | 0.61 | 0.68 | 0.36 | 6.49 | 0.52 | 0.42 |
| Hex | A3 | 40 | 34 | 0 | 3D | 44 | 24 | 6 | 34 | 2A |
| Octal | 243 | 100 | 64 | 0 | 75 | 104 | 44 | 6 | 64 | 52 |
| Binary | 10100011 | 1000000 | 110100 | 0 | 111101 | 1000100 | 100100 | 110 | 110100 | 101010 |
Color Harmonies of #A34034
Complementary color
Monochromatic Colors of #A34034
Black with #A34034
Text Example
Text Example
White with #A34034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34034; }
p { color: rgb(163,64,52); }
H1.HeaderClassName
{
color: #A34034;
}
.AnyTagClassName
{
color: #A34034;
}
</style>
background-color css
<style>
a { background-color: #A34034; }
a { background-color: rgb(163,64,52); }
div.DivClassName
{
background-color: #A34034;
}
.BgClassName
{
background-color: #A34034;
}
</style>
border-color css
<style>
span { border-color: #A34034; }
span { border-color: rgb(163,64,52); }
td.TdClassName
{
border-color: #A34034;
}
.TagClassName
{
border-color: #A34034;
}
</style>