Html Css Color HEX #A4362E Milano Red

📋 copy color: '#A4362E'

red 164 ◦ green 54 ◦ blue 46

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

Shades of Milano Red #A4362E

Tints of Milano Red #A4362E

RGB

 RED value IS 164 (64.45% from 255) = 62.12%

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 62.12%
G = 20.45%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4362E (or 0xA4362E) is known color: Milano Red. HEX triplet: A4, 36 and 2E. RGB value is (164,54,46). Sum of RGB (Red+Green+Blue) = 164+54+46=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4362E is #5BC9D1. Grayscale: #565656. Windows color (decimal): -6015442 or 3028644. OLE color: 3028644.

HSL color Cylindrical-coordinate representation of color #A4362E: hue angle of 4.07º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4362E is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 54 46 -
CMYK 0 0.67 0.72 0.36
HSL 4.07º 0.56% 0.41% -
HSV(B) 4.07º 0.72% 0.64% -
XYZ 17.12 10.73 3.75 -
YUV 85.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 164 54 46 0 0.67 0.72 0.36 4.07 0.56 0.41
Hex A4 36 2E 0 43 48 24 4 38 29
Octal 244 66 56 0 103 110 44 4 70 51
Binary 10100100 110110 101110 0 1000011 1001000 100100 100 111000 101001

Color Harmonies of #A4362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4362E

Black with #A4362E

Text Example


Text Example

White with #A4362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4362E; }

 p { color: rgb(164,54,46); }

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

background-color css

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

 a { background-color: rgb(164,54,46); }

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

border-color css

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

 span { border-color: rgb(164,54,46); }

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