#A53D32

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

Shades of Medium Carmine #A53D32

Tints of Medium Carmine #A53D32

Color information

#A53D32 (or 0xA53D32) is unknown color: approx Medium Carmine. HEX triplet: A5, 3D and 32. RGB value is (165,61,50). Sum of RGB (Red+Green+Blue) = 165+61+50=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D32 is #5AC2CD. Grayscale: #5A5A5A. Windows color (decimal): -5948110 or 3292581. OLE color: 3292581.

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

Color convert

RGB1656150-
CMYK00.630.700.35
HSL5.74º53.49%42.16%-
HSV(B)5.74º69.7%64.71%-
XYZ17.7611.574.31-
YUV90.84104.96180.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.78%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=59.78%
G=22.10%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165615000.630.700.355.7453.4942.16
HexA53D3203F46236352a
Octal24575620771064366552
Binary1010010111110111001001111111000110100011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D32; }

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

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

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

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

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

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

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

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