Html Css Color HEX #A0372B Milano Red

📋 copy color: '#A0372B'

red 160 ◦ green 55 ◦ blue 43

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

Shades of Milano Red #A0372B

Tints of Milano Red #A0372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 62.02%
G = 21.32%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0372B (or 0xA0372B) is known color: Milano Red. HEX triplet: A0, 37 and 2B. RGB value is (160,55,43). Sum of RGB (Red+Green+Blue) = 160+55+43=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0372B is #5FC8D4. Grayscale: #555555. Windows color (decimal): -6277333 or 2832288. OLE color: 2832288.

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

Color convert

RGB 160 55 43 -
CMYK 0 0.66 0.73 0.37
HSL 6.15º 0.58% 0.4% -
HSV(B) 6.15º 0.73% 0.63% -
XYZ 16.3 10.38 3.43 -
YUV 85.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 160 55 43 0 0.66 0.73 0.37 6.15 0.58 0.4
Hex A0 37 2B 0 42 49 25 6 3A 28
Octal 240 67 53 0 102 111 45 6 72 50
Binary 10100000 110111 101011 0 1000010 1001001 100101 110 111010 101000

Color Harmonies of #A0372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0372B

Black with #A0372B

Text Example


Text Example

White with #A0372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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