Html Css Color HEX #A5322D Milano Red

📋 copy color: '#A5322D'

red 165 ◦ green 50 ◦ blue 45

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

Shades of Milano Red #A5322D

Tints of Milano Red #A5322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 63.46%
G = 19.23%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5322D (or 0xA5322D) is known color: Milano Red. HEX triplet: A5, 32 and 2D. RGB value is (165,50,45). Sum of RGB (Red+Green+Blue) = 165+50+45=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5322D is #5ACDD2. Grayscale: #535353. Windows color (decimal): -5950931 or 2962085. OLE color: 2962085.

HSL color Cylindrical-coordinate representation of color #A5322D: hue angle of 2.5º degrees, saturation: 0.57, 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 #A5322D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 45 -
CMYK 0 0.70 0.73 0.35
HSL 2.5º 0.57% 0.41% -
HSV(B) 2.5º 0.73% 0.65% -
XYZ 17.13 10.47 3.6 -
YUV 83.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 165 50 45 0 0.70 0.73 0.35 2.5 0.57 0.41
Hex A5 32 2D 0 46 49 23 2 39 29
Octal 245 62 55 0 106 111 43 2 71 51
Binary 10100101 110010 101101 0 1000110 1001001 100011 10 111001 101001

Color Harmonies of #A5322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5322D

Black with #A5322D

Text Example


Text Example

White with #A5322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5322D; }

 p { color: rgb(165,50,45); }

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

background-color css

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

 a { background-color: rgb(165,50,45); }

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

border-color css

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

 span { border-color: rgb(165,50,45); }

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