#A53D38

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

Shades of Medium Carmine #A53D38

Tints of Medium Carmine #A53D38

Color information

#A53D38 (or 0xA53D38) is unknown color: approx Medium Carmine. HEX triplet: A5, 3D and 38. RGB value is (165,61,56). Sum of RGB (Red+Green+Blue) = 165+61+56=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D38 is #5AC2C7. Grayscale: #5B5B5B. Windows color (decimal): -5948104 or 3685797. OLE color: 3685797.

HSL color Cylindrical-coordinate representation of color #A53D38: hue angle of 2.75º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53D38 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1656156-
CMYK00.630.660.35
HSL2.75º49.32%43.33%-
HSV(B)2.75º66.06%64.71%-
XYZ17.911.625.04-
YUV91.53107.96180.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=58.51%
G=21.63%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165615600.630.660.352.7549.3243.33
HexA53D3803F42233312b
Octal24575700771024336153
Binary101001011111011110000111111100001010001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D38; }

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

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

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

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

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

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

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

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