Html Css Color HEX #A03935 Milano Red

📋 copy color: '#A03935'

red 160 ◦ green 57 ◦ blue 53

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

Shades of Milano Red #A03935

Tints of Milano Red #A03935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 59.26%
G = 21.11%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A03935 (or 0xA03935) is known color: Milano Red. HEX triplet: A0, 39 and 35. RGB value is (160,57,53). Sum of RGB (Red+Green+Blue) = 160+57+53=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A03935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03935 is #5FC6CA. Grayscale: #575757. Windows color (decimal): -6276811 or 3488160. OLE color: 3488160.

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

Color convert

RGB 160 57 53 -
CMYK 0 0.64 0.67 0.37
HSL 2.24º 0.5% 0.42% -
HSV(B) 2.24º 0.67% 0.63% -
XYZ 16.6 10.66 4.55 -
YUV 87.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 160 57 53 0 0.64 0.67 0.37 2.24 0.5 0.42
Hex A0 39 35 0 40 43 25 2 32 2A
Octal 240 71 65 0 100 103 45 2 62 52
Binary 10100000 111001 110101 0 1000000 1000011 100101 10 110010 101010

Color Harmonies of #A03935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03935

Black with #A03935

Text Example


Text Example

White with #A03935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03935; }

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

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

background-color css

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

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

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

border-color css

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

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

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