Shades of Medium Carmine #A53E31
Tints of Medium Carmine #A53E31
RGB
CMYK
RGB Variations
Color information
#A53E31 (or 0xA53E31) is known color: Medium Carmine. HEX triplet: A5, 3E and 31. RGB value is (165,62,49). Sum of RGB (Red+Green+Blue) = 165+62+49=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E31 is #5AC1CE. Grayscale: #5B5B5B. Windows color (decimal): -5947855 or 3227301. OLE color: 3227301.
HSL color Cylindrical-coordinate representation of color #A53E31: hue angle of 6.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53E31 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 49 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.35 |
| HSL | 6.72º | 0.54% | 0.42% | - |
| HSV(B) | 6.72º | 0.7% | 0.65% | - |
| XYZ | 17.79 | 11.67 | 4.22 | - |
| YUV | 91.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 49 | 0 | 0.62 | 0.70 | 0.35 | 6.72 | 0.54 | 0.42 |
| Hex | A5 | 3E | 31 | 0 | 3E | 46 | 23 | 7 | 36 | 2A |
| Octal | 245 | 76 | 61 | 0 | 76 | 106 | 43 | 7 | 66 | 52 |
| Binary | 10100101 | 111110 | 110001 | 0 | 111110 | 1000110 | 100011 | 111 | 110110 | 101010 |
Color Harmonies of #A53E31
Complementary color
Monochromatic Colors of #A53E31
Black with #A53E31
Text Example
Text Example
White with #A53E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E31; }
p { color: rgb(165,62,49); }
H1.HeaderClassName
{
color: #A53E31;
}
.AnyTagClassName
{
color: #A53E31;
}
</style>
background-color css
<style>
a { background-color: #A53E31; }
a { background-color: rgb(165,62,49); }
div.DivClassName
{
background-color: #A53E31;
}
.BgClassName
{
background-color: #A53E31;
}
</style>
border-color css
<style>
span { border-color: #A53E31; }
span { border-color: rgb(165,62,49); }
td.TdClassName
{
border-color: #A53E31;
}
.TagClassName
{
border-color: #A53E31;
}
</style>