Html Css Color HEX #A53937 Milano Red

📋 copy color: '#A53937'

red 165 ◦ green 57 ◦ blue 55

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

Shades of Milano Red #A53937

Tints of Milano Red #A53937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 59.57%
G = 20.58%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A53937 (or 0xA53937) is known color: Milano Red. HEX triplet: A5, 39 and 37. RGB value is (165,57,55). Sum of RGB (Red+Green+Blue) = 165+57+55=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A53937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53937 is #5AC6C8. Grayscale: #595959. Windows color (decimal): -5949129 or 3619237. OLE color: 3619237.

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

Color convert

RGB 165 57 55 -
CMYK 0 0.65 0.67 0.35
HSL 1.09º 0.5% 0.43% -
HSV(B) 1.09º 0.67% 0.65% -
XYZ 17.67 11.2 4.85 -
YUV 89.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 165 57 55 0 0.65 0.67 0.35 1.09 0.5 0.43
Hex A5 39 37 0 41 43 23 1 32 2B
Octal 245 71 67 0 101 103 43 1 62 53
Binary 10100101 111001 110111 0 1000001 1000011 100011 1 110010 101011

Color Harmonies of #A53937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53937

Black with #A53937

Text Example


Text Example

White with #A53937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53937; }

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

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

background-color css

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

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

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

border-color css

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

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

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