#A53E32

Color #A53E32 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #A53E32

Tints of Medium Carmine #A53E32

Color information

#A53E32 (or 0xA53E32) is unknown color: approx Medium Carmine. HEX triplet: A5, 3E and 32. RGB value is (165,62,50). Sum of RGB (Red+Green+Blue) = 165+62+50=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E32 is #5AC1CD. Grayscale: #5B5B5B. Windows color (decimal): -5947854 or 3292837. OLE color: 3292837.

HSL color Cylindrical-coordinate representation of color #A53E32: hue angle of 6.26º degrees, saturation: 0.53, 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 #A53E32 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1656250-
CMYK00.620.700.35
HSL6.26º53.49%42.16%-
HSV(B)6.26º69.7%64.71%-
XYZ17.8211.674.33-
YUV91.43104.62180.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=59.57%
G=22.38%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165625000.620.700.356.2653.4942.16
HexA53E3203E46236352a
Octal24576620761064366552
Binary1010010111111011001001111101000110100011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E32; }

 p { color: rgb(165,62,50); }

 H1.HeaderClassName
 {
   color: #A53E32;
 }
 .AnyTagClassName
 {
   color: #A53E32;
 }
</style>
background-color css

<style>
 a { background-color: #A53E32; }

 a { background-color: rgb(165,62,50); }

 div.DivClassName
 {
   background-color: #A53E32;
 }
 .BgClassName
 {
   background-color: #A53E32;
 }
</style>
border-color css

<style>
 span { border-color: #A53E32; }

 span { border-color: rgb(165,62,50); }

 td.TdClassName
 {
   border-color: #A53E32;
 }
 .TagClassName
 {
   border-color: #A53E32;
 }
</style>