Html Css Color HEX #A03937 Milano Red

📋 copy color: '#A03937'

red 160 ◦ green 57 ◦ blue 55

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

Shades of Milano Red #A03937

Tints of Milano Red #A03937

RGB

 RED value IS 160 (62.89% from 255) = 58.82%

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

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

R = 58.82%
G = 20.96%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A03937 (or 0xA03937) is known color: Milano Red. HEX triplet: A0, 39 and 37. RGB value is (160,57,55). Sum of RGB (Red+Green+Blue) = 160+57+55=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A03937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03937 is #5FC6C8. Grayscale: #575757. Windows color (decimal): -6276809 or 3619232. OLE color: 3619232.

HSL color Cylindrical-coordinate representation of color #A03937: hue angle of 1.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03937 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 55 -
CMYK 0 0.64 0.66 0.37
HSL 1.14º 0.49% 0.42% -
HSV(B) 1.14º 0.66% 0.63% -
XYZ 16.65 10.68 4.8 -
YUV 87.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 160 57 55 0 0.64 0.66 0.37 1.14 0.49 0.42
Hex A0 39 37 0 40 42 25 1 31 2A
Octal 240 71 67 0 100 102 45 1 61 52
Binary 10100000 111001 110111 0 1000000 1000010 100101 1 110001 101010

Color Harmonies of #A03937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03937

Black with #A03937

Text Example


Text Example

White with #A03937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03937; }

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

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

background-color css

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

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

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

border-color css

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

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

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