Html Css Color HEX #A53728 Milano Red

📋 copy color: '#A53728'

red 165 ◦ green 55 ◦ blue 40

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

Shades of Milano Red #A53728

Tints of Milano Red #A53728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 63.46%
G = 21.15%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A53728 (or 0xA53728) is known color: Milano Red. HEX triplet: A5, 37 and 28. RGB value is (165,55,40). Sum of RGB (Red+Green+Blue) = 165+55+40=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A53728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53728 is #5AC8D7. Grayscale: #565656. Windows color (decimal): -5949656 or 2635685. OLE color: 2635685.

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

Color convert

RGB 165 55 40 -
CMYK 0 0.67 0.76 0.35
HSL 7.2º 0.61% 0.4% -
HSV(B) 7.2º 0.76% 0.65% -
XYZ 17.27 10.88 3.2 -
YUV 86.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 165 55 40 0 0.67 0.76 0.35 7.2 0.61 0.4
Hex A5 37 28 0 43 4C 23 7 3D 28
Octal 245 67 50 0 103 114 43 7 75 50
Binary 10100101 110111 101000 0 1000011 1001100 100011 111 111101 101000

Color Harmonies of #A53728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53728

Black with #A53728

Text Example


Text Example

White with #A53728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53728; }

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

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

background-color css

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

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

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

border-color css

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

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

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