Html Css Color HEX #A53D32 Medium Carmine

📋 copy color: '#A53D32'

red 165 ◦ green 61 ◦ blue 50

#A53D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #A53D32

Tints of Medium Carmine #A53D32

RGB

 RED value IS 165 (64.84% from 255) = 59.78%

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 59.78%
G = 22.1%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A53D32 (or 0xA53D32) is known color: 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

RGB 165 61 50 -
CMYK 0 0.63 0.70 0.35
HSL 5.74º 0.53% 0.42% -
HSV(B) 5.74º 0.7% 0.65% -
XYZ 17.76 11.57 4.31 -
YUV 90.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 165 61 50 0 0.63 0.70 0.35 5.74 0.53 0.42
Hex A5 3D 32 0 3F 46 23 6 35 2A
Octal 245 75 62 0 77 106 43 6 65 52
Binary 10100101 111101 110010 0 111111 1000110 100011 110 110101 101010

Color Harmonies of #A53D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D32

Black with #A53D32

Text Example


Text Example

White with #A53D32

Text Example


Text Example

HTML Codes & Css Web 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>