Html Css Color HEX #A03525 Milano Red

📋 copy color: '#A03525'

red 160 ◦ green 53 ◦ blue 37

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

Shades of Milano Red #A03525

Tints of Milano Red #A03525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 64%
G = 21.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A03525 (or 0xA03525) is known color: Milano Red. HEX triplet: A0, 35 and 25. RGB value is (160,53,37). Sum of RGB (Red+Green+Blue) = 160+53+37=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A03525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03525 is #5FCADA. Grayscale: #535353. Windows color (decimal): -6277851 or 2438560. OLE color: 2438560.

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

Color convert

RGB 160 53 37 -
CMYK 0 0.67 0.77 0.37
HSL 7.8º 0.62% 0.39% -
HSV(B) 7.8º 0.77% 0.63% -
XYZ 16.1 10.15 2.86 -
YUV 83.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 160 53 37 0 0.67 0.77 0.37 7.8 0.62 0.39
Hex A0 35 25 0 43 4D 25 8 3E 27
Octal 240 65 45 0 103 115 45 10 76 47
Binary 10100000 110101 100101 0 1000011 1001101 100101 1000 111110 100111

Color Harmonies of #A03525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03525

Black with #A03525

Text Example


Text Example

White with #A03525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03525; }

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

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

background-color css

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

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

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

border-color css

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

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

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