Html Css Color HEX #A5372C Milano Red

📋 copy color: '#A5372C'

red 165 ◦ green 55 ◦ blue 44

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

Shades of Milano Red #A5372C

Tints of Milano Red #A5372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 62.5%
G = 20.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5372C (or 0xA5372C) is known color: Milano Red. HEX triplet: A5, 37 and 2C. RGB value is (165,55,44). Sum of RGB (Red+Green+Blue) = 165+55+44=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5372C is #5AC8D3. Grayscale: #565656. Windows color (decimal): -5949652 or 2897829. OLE color: 2897829.

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

Color convert

RGB 165 55 44 -
CMYK 0 0.67 0.73 0.35
HSL 5.45º 0.58% 0.41% -
HSV(B) 5.45º 0.73% 0.65% -
XYZ 17.34 10.91 3.58 -
YUV 86.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 165 55 44 0 0.67 0.73 0.35 5.45 0.58 0.41
Hex A5 37 2C 0 43 49 23 5 3A 29
Octal 245 67 54 0 103 111 43 5 72 51
Binary 10100101 110111 101100 0 1000011 1001001 100011 101 111010 101001

Color Harmonies of #A5372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5372C

Black with #A5372C

Text Example


Text Example

White with #A5372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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