Html Css Color HEX #A53729 Milano Red

📋 copy color: '#A53729'

red 165 ◦ green 55 ◦ blue 41

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

Shades of Milano Red #A53729

Tints of Milano Red #A53729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 63.22%
G = 21.07%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A53729 (or 0xA53729) is known color: Milano Red. HEX triplet: A5, 37 and 29. RGB value is (165,55,41). Sum of RGB (Red+Green+Blue) = 165+55+41=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A53729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53729 is #5AC8D6. Grayscale: #565656. Windows color (decimal): -5949655 or 2701221. OLE color: 2701221.

HSL color Cylindrical-coordinate representation of color #A53729: hue angle of 6.77º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53729 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 41 -
CMYK 0 0.67 0.75 0.35
HSL 6.77º 0.6% 0.4% -
HSV(B) 6.77º 0.75% 0.65% -
XYZ 17.28 10.89 3.29 -
YUV 86.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 165 55 41 0 0.67 0.75 0.35 6.77 0.6 0.4
Hex A5 37 29 0 43 4B 23 7 3C 28
Octal 245 67 51 0 103 113 43 7 74 50
Binary 10100101 110111 101001 0 1000011 1001011 100011 111 111100 101000

Color Harmonies of #A53729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53729

Black with #A53729

Text Example


Text Example

White with #A53729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53729; }

 p { color: rgb(165,55,41); }

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

background-color css

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

 a { background-color: rgb(165,55,41); }

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

border-color css

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

 span { border-color: rgb(165,55,41); }

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