Html Css Color HEX #A63634 Milano Red

📋 copy color: '#A63634'

red 166 ◦ green 54 ◦ blue 52

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

Shades of Milano Red #A63634

Tints of Milano Red #A63634

RGB

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

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

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

R = 61.03%
G = 19.85%
B = 19.12%

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

#A63634 (or 0xA63634) is known color: Milano Red. HEX triplet: A6, 36 and 34. RGB value is (166,54,52). Sum of RGB (Red+Green+Blue) = 166+54+52=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63634 is #59C9CB. Grayscale: #575757. Windows color (decimal): -5884364 or 3421862. OLE color: 3421862.

HSL color Cylindrical-coordinate representation of color #A63634: hue angle of 1.05º 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 #A63634 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 52 -
CMYK 0 0.67 0.69 0.35
HSL 1.05º 0.52% 0.43% -
HSV(B) 1.05º 0.69% 0.65% -
XYZ 17.66 10.99 4.44 -
YUV 87.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 166 54 52 0 0.67 0.69 0.35 1.05 0.52 0.43
Hex A6 36 34 0 43 45 23 1 34 2B
Octal 246 66 64 0 103 105 43 1 64 53
Binary 10100110 110110 110100 0 1000011 1000101 100011 1 110100 101011

Color Harmonies of #A63634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63634

Black with #A63634

Text Example


Text Example

White with #A63634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63634; }

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

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

background-color css

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

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

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

border-color css

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

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

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