Shades of Medium Carmine #A54537
Tints of Medium Carmine #A54537
RGB
CMYK
RGB Variations
Color information
#A54537 (or 0xA54537) is known color: Medium Carmine. HEX triplet: A5, 45 and 37. RGB value is (165,69,55). Sum of RGB (Red+Green+Blue) = 165+69+55=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A54537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54537 is #5ABAC8. Grayscale: #606060. Windows color (decimal): -5946057 or 3622309. OLE color: 3622309.
HSL color Cylindrical-coordinate representation of color #A54537: hue angle of 7.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54537 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 55 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.35 |
| HSL | 7.64º | 0.5% | 0.43% | - |
| HSV(B) | 7.64º | 0.67% | 0.65% | - |
| XYZ | 18.33 | 12.53 | 5.07 | - |
| YUV | 96.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 55 | 0 | 0.58 | 0.67 | 0.35 | 7.64 | 0.5 | 0.43 |
| Hex | A5 | 45 | 37 | 0 | 3A | 43 | 23 | 8 | 32 | 2B |
| Octal | 245 | 105 | 67 | 0 | 72 | 103 | 43 | 10 | 62 | 53 |
| Binary | 10100101 | 1000101 | 110111 | 0 | 111010 | 1000011 | 100011 | 1000 | 110010 | 101011 |
Color Harmonies of #A54537
Complementary color
Monochromatic Colors of #A54537
Black with #A54537
Text Example
Text Example
White with #A54537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54537; }
p { color: rgb(165,69,55); }
H1.HeaderClassName
{
color: #A54537;
}
.AnyTagClassName
{
color: #A54537;
}
</style>
background-color css
<style>
a { background-color: #A54537; }
a { background-color: rgb(165,69,55); }
div.DivClassName
{
background-color: #A54537;
}
.BgClassName
{
background-color: #A54537;
}
</style>
border-color css
<style>
span { border-color: #A54537; }
span { border-color: rgb(165,69,55); }
td.TdClassName
{
border-color: #A54537;
}
.TagClassName
{
border-color: #A54537;
}
</style>