Html Css Color HEX #A5372A Milano Red

📋 copy color: '#A5372A'

red 165 ◦ green 55 ◦ blue 42

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

Shades of Milano Red #A5372A

Tints of Milano Red #A5372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 62.98%
G = 20.99%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5372A (or 0xA5372A) is known color: Milano Red. HEX triplet: A5, 37 and 2A. RGB value is (165,55,42). Sum of RGB (Red+Green+Blue) = 165+55+42=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5372A is #5AC8D5. Grayscale: #565656. Windows color (decimal): -5949654 or 2766757. OLE color: 2766757.

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

Color convert

RGB 165 55 42 -
CMYK 0 0.67 0.75 0.35
HSL 6.34º 0.59% 0.41% -
HSV(B) 6.34º 0.75% 0.65% -
XYZ 17.3 10.9 3.38 -
YUV 86.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 165 55 42 0 0.67 0.75 0.35 6.34 0.59 0.41
Hex A5 37 2A 0 43 4B 23 6 3B 29
Octal 245 67 52 0 103 113 43 6 73 51
Binary 10100101 110111 101010 0 1000011 1001011 100011 110 111011 101001

Color Harmonies of #A5372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5372A

Black with #A5372A

Text Example


Text Example

White with #A5372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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