Shades of Medium Carmine #A53B2E
Tints of Medium Carmine #A53B2E
RGB
CMYK
RGB Variations
Color information
#A53B2E (or 0xA53B2E) is known color: Medium Carmine. HEX triplet: A5, 3B and 2E. RGB value is (165,59,46). Sum of RGB (Red+Green+Blue) = 165+59+46=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B2E is #5AC4D1. Grayscale: #595959. Windows color (decimal): -5948626 or 3029925. OLE color: 3029925.
HSL color Cylindrical-coordinate representation of color #A53B2E: hue angle of 6.55º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53B2E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 46 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.35 |
| HSL | 6.55º | 0.56% | 0.41% | - |
| HSV(B) | 6.55º | 0.72% | 0.65% | - |
| XYZ | 17.57 | 11.32 | 3.84 | - |
| YUV | 89.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 46 | 0 | 0.64 | 0.72 | 0.35 | 6.55 | 0.56 | 0.41 |
| Hex | A5 | 3B | 2E | 0 | 40 | 48 | 23 | 7 | 38 | 29 |
| Octal | 245 | 73 | 56 | 0 | 100 | 110 | 43 | 7 | 70 | 51 |
| Binary | 10100101 | 111011 | 101110 | 0 | 1000000 | 1001000 | 100011 | 111 | 111000 | 101001 |
Color Harmonies of #A53B2E
Complementary color
Monochromatic Colors of #A53B2E
Black with #A53B2E
Text Example
Text Example
White with #A53B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B2E; }
p { color: rgb(165,59,46); }
H1.HeaderClassName
{
color: #A53B2E;
}
.AnyTagClassName
{
color: #A53B2E;
}
</style>
background-color css
<style>
a { background-color: #A53B2E; }
a { background-color: rgb(165,59,46); }
div.DivClassName
{
background-color: #A53B2E;
}
.BgClassName
{
background-color: #A53B2E;
}
</style>
border-color css
<style>
span { border-color: #A53B2E; }
span { border-color: rgb(165,59,46); }
td.TdClassName
{
border-color: #A53B2E;
}
.TagClassName
{
border-color: #A53B2E;
}
</style>