Html Css Color HEX #A0372E Milano Red

📋 copy color: '#A0372E'

red 160 ◦ green 55 ◦ blue 46

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

Shades of Milano Red #A0372E

Tints of Milano Red #A0372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 61.3%
G = 21.07%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0372E (or 0xA0372E) is known color: Milano Red. HEX triplet: A0, 37 and 2E. RGB value is (160,55,46). Sum of RGB (Red+Green+Blue) = 160+55+46=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0372E is #5FC8D1. Grayscale: #555555. Windows color (decimal): -6277330 or 3028896. OLE color: 3028896.

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

Color convert

RGB 160 55 46 -
CMYK 0 0.66 0.71 0.37
HSL 4.74º 0.55% 0.4% -
HSV(B) 4.74º 0.71% 0.63% -
XYZ 16.36 10.4 3.73 -
YUV 85.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 160 55 46 0 0.66 0.71 0.37 4.74 0.55 0.4
Hex A0 37 2E 0 42 47 25 5 37 28
Octal 240 67 56 0 102 107 45 5 67 50
Binary 10100000 110111 101110 0 1000010 1000111 100101 101 110111 101000

Color Harmonies of #A0372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0372E

Black with #A0372E

Text Example


Text Example

White with #A0372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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