Html Css Color HEX #A5382D Milano Red

📋 copy color: '#A5382D'

red 165 ◦ green 56 ◦ blue 45

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

Shades of Milano Red #A5382D

Tints of Milano Red #A5382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 62.03%
G = 21.05%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5382D (or 0xA5382D) is known color: Milano Red. HEX triplet: A5, 38 and 2D. RGB value is (165,56,45). Sum of RGB (Red+Green+Blue) = 165+56+45=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5382D is #5AC7D2. Grayscale: #575757. Windows color (decimal): -5949395 or 2963621. OLE color: 2963621.

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

Color convert

RGB 165 56 45 -
CMYK 0 0.66 0.73 0.35
HSL 5.5º 0.57% 0.41% -
HSV(B) 5.5º 0.73% 0.65% -
XYZ 17.4 11.02 3.69 -
YUV 87.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 165 56 45 0 0.66 0.73 0.35 5.5 0.57 0.41
Hex A5 38 2D 0 42 49 23 6 39 29
Octal 245 70 55 0 102 111 43 6 71 51
Binary 10100101 111000 101101 0 1000010 1001001 100011 110 111001 101001

Color Harmonies of #A5382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5382D

Black with #A5382D

Text Example


Text Example

White with #A5382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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