Html Css Color HEX #A53C32 Medium Carmine

📋 copy color: '#A53C32'

red 165 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #A53C32

Tints of Medium Carmine #A53C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 60%
G = 21.82%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A53C32 (or 0xA53C32) is known color: Medium Carmine. HEX triplet: A5, 3C and 32. RGB value is (165,60,50). Sum of RGB (Red+Green+Blue) = 165+60+50=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C32 is #5AC3CD. Grayscale: #5A5A5A. Windows color (decimal): -5948366 or 3292325. OLE color: 3292325.

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

Color convert

RGB 165 60 50 -
CMYK 0 0.64 0.70 0.35
HSL 5.22º 0.53% 0.42% -
HSV(B) 5.22º 0.7% 0.65% -
XYZ 17.71 11.46 4.3 -
YUV 90.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 165 60 50 0 0.64 0.70 0.35 5.22 0.53 0.42
Hex A5 3C 32 0 40 46 23 5 35 2A
Octal 245 74 62 0 100 106 43 5 65 52
Binary 10100101 111100 110010 0 1000000 1000110 100011 101 110101 101010

Color Harmonies of #A53C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C32

Black with #A53C32

Text Example


Text Example

White with #A53C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C32; }

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

 H1.HeaderClassName
 {
   color: #A53C32;
 }
 .AnyTagClassName
 {
   color: #A53C32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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