Html Css Color HEX #A5362D Milano Red

📋 copy color: '#A5362D'

red 165 ◦ green 54 ◦ blue 45

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

Shades of Milano Red #A5362D

Tints of Milano Red #A5362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

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

R = 62.5%
G = 20.45%
B = 17.05%

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

#A5362D (or 0xA5362D) is known color: Milano Red. HEX triplet: A5, 36 and 2D. RGB value is (165,54,45). Sum of RGB (Red+Green+Blue) = 165+54+45=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5362D is #5AC9D2. Grayscale: #565656. Windows color (decimal): -5949907 or 2963109. OLE color: 2963109.

HSL color Cylindrical-coordinate representation of color #A5362D: hue angle of 4.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 #A5362D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 54 45 -
CMYK 0 0.67 0.73 0.35
HSL 4.5º 0.57% 0.41% -
HSV(B) 4.5º 0.73% 0.65% -
XYZ 17.31 10.83 3.66 -
YUV 86.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 165 54 45 0 0.67 0.73 0.35 4.5 0.57 0.41
Hex A5 36 2D 0 43 49 23 4 39 29
Octal 245 66 55 0 103 111 43 4 71 51
Binary 10100101 110110 101101 0 1000011 1001001 100011 100 111001 101001

Color Harmonies of #A5362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5362D

Black with #A5362D

Text Example


Text Example

White with #A5362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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