Html Css Color HEX #A63734 Milano Red

📋 copy color: '#A63734'

red 166 ◦ green 55 ◦ blue 52

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

Shades of Milano Red #A63734

Tints of Milano Red #A63734

RGB

 RED value IS 166 (65.23% from 255) = 60.81%

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 60.81%
G = 20.15%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63734 (or 0xA63734) is known color: Milano Red. HEX triplet: A6, 37 and 34. RGB value is (166,55,52). Sum of RGB (Red+Green+Blue) = 166+55+52=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63734 is #59C8CB. Grayscale: #575757. Windows color (decimal): -5884108 or 3422118. OLE color: 3422118.

HSL color Cylindrical-coordinate representation of color #A63734: hue angle of 1.58º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63734 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 55 52 -
CMYK 0 0.67 0.69 0.35
HSL 1.58º 0.52% 0.43% -
HSV(B) 1.58º 0.69% 0.65% -
XYZ 17.71 11.09 4.46 -
YUV 87.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 166 55 52 0 0.67 0.69 0.35 1.58 0.52 0.43
Hex A6 37 34 0 43 45 23 2 34 2B
Octal 246 67 64 0 103 105 43 2 64 53
Binary 10100110 110111 110100 0 1000011 1000101 100011 10 110100 101011

Color Harmonies of #A63734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63734

Black with #A63734

Text Example


Text Example

White with #A63734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63734; }

 p { color: rgb(166,55,52); }

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

background-color css

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

 a { background-color: rgb(166,55,52); }

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

border-color css

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

 span { border-color: rgb(166,55,52); }

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