Html Css Color HEX #A3352A Milano Red

📋 copy color: '#A3352A'

red 163 ◦ green 53 ◦ blue 42

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

Shades of Milano Red #A3352A

Tints of Milano Red #A3352A

RGB

 RED value IS 163 (64.06% from 255) = 63.18%

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 63.18%
G = 20.54%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3352A (or 0xA3352A) is known color: Milano Red. HEX triplet: A3, 35 and 2A. RGB value is (163,53,42). Sum of RGB (Red+Green+Blue) = 163+53+42=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3352A is #5CCAD5. Grayscale: #545454. Windows color (decimal): -6081238 or 2766243. OLE color: 2766243.

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

Color convert

RGB 163 53 42 -
CMYK 0 0.67 0.74 0.36
HSL 5.45º 0.59% 0.4% -
HSV(B) 5.45º 0.74% 0.64% -
XYZ 16.8 10.5 3.33 -
YUV 84.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 163 53 42 0 0.67 0.74 0.36 5.45 0.59 0.4
Hex A3 35 2A 0 43 4A 24 5 3B 28
Octal 243 65 52 0 103 112 44 5 73 50
Binary 10100011 110101 101010 0 1000011 1001010 100100 101 111011 101000

Color Harmonies of #A3352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3352A

Black with #A3352A

Text Example


Text Example

White with #A3352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3352A; }

 p { color: rgb(163,53,42); }

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

background-color css

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

 a { background-color: rgb(163,53,42); }

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

border-color css

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

 span { border-color: rgb(163,53,42); }

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