Html Css Color HEX #A4382A Milano Red

📋 copy color: '#A4382A'

red 164 ◦ green 56 ◦ blue 42

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

Shades of Milano Red #A4382A

Tints of Milano Red #A4382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 62.6%
G = 21.37%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4382A (or 0xA4382A) is known color: Milano Red. HEX triplet: A4, 38 and 2A. RGB value is (164,56,42). Sum of RGB (Red+Green+Blue) = 164+56+42=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4382A is #5BC7D5. Grayscale: #565656. Windows color (decimal): -6014934 or 2767012. OLE color: 2767012.

HSL color Cylindrical-coordinate representation of color #A4382A: hue angle of 6.89º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4382A is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 42 -
CMYK 0 0.66 0.74 0.36
HSL 6.89º 0.59% 0.4% -
HSV(B) 6.89º 0.74% 0.64% -
XYZ 17.14 10.89 3.39 -
YUV 86.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 164 56 42 0 0.66 0.74 0.36 6.89 0.59 0.4
Hex A4 38 2A 0 42 4A 24 7 3B 28
Octal 244 70 52 0 102 112 44 7 73 50
Binary 10100100 111000 101010 0 1000010 1001010 100100 111 111011 101000

Color Harmonies of #A4382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4382A

Black with #A4382A

Text Example


Text Example

White with #A4382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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