Html Css Color HEX #A03429 Milano Red

📋 copy color: '#A03429'

red 160 ◦ green 52 ◦ blue 41

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

Shades of Milano Red #A03429

Tints of Milano Red #A03429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 63.24%
G = 20.55%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A03429 (or 0xA03429) is known color: Milano Red. HEX triplet: A0, 34 and 29. RGB value is (160,52,41). Sum of RGB (Red+Green+Blue) = 160+52+41=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A03429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03429 is #5FCBD6. Grayscale: #535353. Windows color (decimal): -6278103 or 2700448. OLE color: 2700448.

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

Color convert

RGB 160 52 41 -
CMYK 0 0.68 0.74 0.37
HSL 5.55º 0.59% 0.39% -
HSV(B) 5.55º 0.74% 0.63% -
XYZ 16.13 10.09 3.2 -
YUV 83.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 160 52 41 0 0.68 0.74 0.37 5.55 0.59 0.39
Hex A0 34 29 0 44 4A 25 6 3B 27
Octal 240 64 51 0 104 112 45 6 73 47
Binary 10100000 110100 101001 0 1000100 1001010 100101 110 111011 100111

Color Harmonies of #A03429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03429

Black with #A03429

Text Example


Text Example

White with #A03429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03429; }

 p { color: rgb(160,52,41); }

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

background-color css

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

 a { background-color: rgb(160,52,41); }

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

border-color css

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

 span { border-color: rgb(160,52,41); }

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