Shades of Medium Carmine #A53B2F
Tints of Medium Carmine #A53B2F
RGB
CMYK
RGB Variations
Color information
#A53B2F (or 0xA53B2F) is known color: Medium Carmine. HEX triplet: A5, 3B and 2F. RGB value is (165,59,47). Sum of RGB (Red+Green+Blue) = 165+59+47=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B2F is #5AC4D0. Grayscale: #595959. Windows color (decimal): -5948625 or 3095461. OLE color: 3095461.
HSL color Cylindrical-coordinate representation of color #A53B2F: hue angle of 6.1º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53B2F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 47 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.35 |
| HSL | 6.1º | 0.56% | 0.42% | - |
| HSV(B) | 6.1º | 0.72% | 0.65% | - |
| XYZ | 17.59 | 11.33 | 3.95 | - |
| YUV | 89.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 47 | 0 | 0.64 | 0.72 | 0.35 | 6.1 | 0.56 | 0.42 |
| Hex | A5 | 3B | 2F | 0 | 40 | 48 | 23 | 6 | 38 | 2A |
| Octal | 245 | 73 | 57 | 0 | 100 | 110 | 43 | 6 | 70 | 52 |
| Binary | 10100101 | 111011 | 101111 | 0 | 1000000 | 1001000 | 100011 | 110 | 111000 | 101010 |
Color Harmonies of #A53B2F
Complementary color
Monochromatic Colors of #A53B2F
Black with #A53B2F
Text Example
Text Example
White with #A53B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B2F; }
p { color: rgb(165,59,47); }
H1.HeaderClassName
{
color: #A53B2F;
}
.AnyTagClassName
{
color: #A53B2F;
}
</style>
background-color css
<style>
a { background-color: #A53B2F; }
a { background-color: rgb(165,59,47); }
div.DivClassName
{
background-color: #A53B2F;
}
.BgClassName
{
background-color: #A53B2F;
}
</style>
border-color css
<style>
span { border-color: #A53B2F; }
span { border-color: rgb(165,59,47); }
td.TdClassName
{
border-color: #A53B2F;
}
.TagClassName
{
border-color: #A53B2F;
}
</style>