Html Css Color HEX #A4382E Milano Red

📋 copy color: '#A4382E'

red 164 ◦ green 56 ◦ blue 46

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

Shades of Milano Red #A4382E

Tints of Milano Red #A4382E

RGB

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

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

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

R = 61.65%
G = 21.05%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4382E (or 0xA4382E) is known color: Milano Red. HEX triplet: A4, 38 and 2E. RGB value is (164,56,46). Sum of RGB (Red+Green+Blue) = 164+56+46=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A4382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4382E is #5BC7D1. Grayscale: #575757. Windows color (decimal): -6014930 or 3029156. OLE color: 3029156.

HSL color Cylindrical-coordinate representation of color #A4382E: hue angle of 5.08º 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 #A4382E is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 46 -
CMYK 0 0.66 0.72 0.36
HSL 5.08º 0.56% 0.41% -
HSV(B) 5.08º 0.72% 0.64% -
XYZ 17.22 10.92 3.78 -
YUV 87.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 164 56 46 0 0.66 0.72 0.36 5.08 0.56 0.41
Hex A4 38 2E 0 42 48 24 5 38 29
Octal 244 70 56 0 102 110 44 5 70 51
Binary 10100100 111000 101110 0 1000010 1001000 100100 101 111000 101001

Color Harmonies of #A4382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4382E

Black with #A4382E

Text Example


Text Example

White with #A4382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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