Html Css Color HEX #A43631 Milano Red

📋 copy color: '#A43631'

red 164 ◦ green 54 ◦ blue 49

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

Shades of Milano Red #A43631

Tints of Milano Red #A43631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 61.42%
G = 20.22%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A43631 (or 0xA43631) is known color: Milano Red. HEX triplet: A4, 36 and 31. RGB value is (164,54,49). Sum of RGB (Red+Green+Blue) = 164+54+49=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43631 is #5BC9CE. Grayscale: #565656. Windows color (decimal): -6015439 or 3225252. OLE color: 3225252.

HSL color Cylindrical-coordinate representation of color #A43631: hue angle of 2.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43631 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 54 49 -
CMYK 0 0.67 0.70 0.36
HSL 2.61º 0.54% 0.42% -
HSV(B) 2.61º 0.7% 0.64% -
XYZ 17.18 10.75 4.08 -
YUV 86.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 164 54 49 0 0.67 0.70 0.36 2.61 0.54 0.42
Hex A4 36 31 0 43 46 24 3 36 2A
Octal 244 66 61 0 103 106 44 3 66 52
Binary 10100100 110110 110001 0 1000011 1000110 100100 11 110110 101010

Color Harmonies of #A43631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43631

Black with #A43631

Text Example


Text Example

White with #A43631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43631; }

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

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

background-color css

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

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

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

border-color css

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

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

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