Html Css Color HEX #A5342C Milano Red

📋 copy color: '#A5342C'

red 165 ◦ green 52 ◦ blue 44

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

Shades of Milano Red #A5342C

Tints of Milano Red #A5342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

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

R = 63.22%
G = 19.92%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5342C (or 0xA5342C) is known color: Milano Red. HEX triplet: A5, 34 and 2C. RGB value is (165,52,44). Sum of RGB (Red+Green+Blue) = 165+52+44=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5342C is #5ACBD3. Grayscale: #555555. Windows color (decimal): -5950420 or 2897061. OLE color: 2897061.

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

Color convert

RGB 165 52 44 -
CMYK 0 0.68 0.73 0.35
HSL 3.97º 0.58% 0.41% -
HSV(B) 3.97º 0.73% 0.65% -
XYZ 17.2 10.64 3.53 -
YUV 84.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 165 52 44 0 0.68 0.73 0.35 3.97 0.58 0.41
Hex A5 34 2C 0 44 49 23 4 3A 29
Octal 245 64 54 0 104 111 43 4 72 51
Binary 10100101 110100 101100 0 1000100 1001001 100011 100 111010 101001

Color Harmonies of #A5342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5342C

Black with #A5342C

Text Example


Text Example

White with #A5342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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