Html Css Color HEX #A43629 Milano Red

📋 copy color: '#A43629'

red 164 ◦ green 54 ◦ blue 41

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

Shades of Milano Red #A43629

Tints of Milano Red #A43629

RGB

 RED value IS 164 (64.45% from 255) = 63.32%

 GREEN value IS 54 (21.48% from 255) = 20.85%

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

R = 63.32%
G = 20.85%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A43629 (or 0xA43629) is known color: Milano Red. HEX triplet: A4, 36 and 29. RGB value is (164,54,41). Sum of RGB (Red+Green+Blue) = 164+54+41=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A43629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43629 is #5BC9D6. Grayscale: #555555. Windows color (decimal): -6015447 or 2700964. OLE color: 2700964.

HSL color Cylindrical-coordinate representation of color #A43629: hue angle of 6.34º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43629 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 54 41 -
CMYK 0 0.67 0.75 0.36
HSL 6.34º 0.6% 0.4% -
HSV(B) 6.34º 0.75% 0.64% -
XYZ 17.03 10.69 3.26 -
YUV 85.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 164 54 41 0 0.67 0.75 0.36 6.34 0.6 0.4
Hex A4 36 29 0 43 4B 24 6 3C 28
Octal 244 66 51 0 103 113 44 6 74 50
Binary 10100100 110110 101001 0 1000011 1001011 100100 110 111100 101000

Color Harmonies of #A43629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43629

Black with #A43629

Text Example


Text Example

White with #A43629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43629; }

 p { color: rgb(164,54,41); }

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

background-color css

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

 a { background-color: rgb(164,54,41); }

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

border-color css

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

 span { border-color: rgb(164,54,41); }

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