Html Css Color HEX #A0352A Milano Red

📋 copy color: '#A0352A'

red 160 ◦ green 53 ◦ blue 42

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

Shades of Milano Red #A0352A

Tints of Milano Red #A0352A

RGB

 RED value IS 160 (62.89% from 255) = 62.75%

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

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

R = 62.75%
G = 20.78%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0352A (or 0xA0352A) is known color: Milano Red. HEX triplet: A0, 35 and 2A. RGB value is (160,53,42). Sum of RGB (Red+Green+Blue) = 160+53+42=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0352A is #5FCAD5. Grayscale: #535353. Windows color (decimal): -6277846 or 2766240. OLE color: 2766240.

HSL color Cylindrical-coordinate representation of color #A0352A: hue angle of 5.59º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0352A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 53 42 -
CMYK 0 0.67 0.74 0.37
HSL 5.59º 0.58% 0.4% -
HSV(B) 5.59º 0.74% 0.63% -
XYZ 16.19 10.19 3.3 -
YUV 83.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 160 53 42 0 0.67 0.74 0.37 5.59 0.58 0.4
Hex A0 35 2A 0 43 4A 25 6 3A 28
Octal 240 65 52 0 103 112 45 6 72 50
Binary 10100000 110101 101010 0 1000011 1001010 100101 110 111010 101000

Color Harmonies of #A0352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0352A

Black with #A0352A

Text Example


Text Example

White with #A0352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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