Html Css Color HEX #A63635 Milano Red

📋 copy color: '#A63635'

red 166 ◦ green 54 ◦ blue 53

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

Shades of Milano Red #A63635

Tints of Milano Red #A63635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 60.81%
G = 19.78%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A63635 (or 0xA63635) is known color: Milano Red. HEX triplet: A6, 36 and 35. RGB value is (166,54,53). Sum of RGB (Red+Green+Blue) = 166+54+53=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63635 is #59C9CA. Grayscale: #575757. Windows color (decimal): -5884363 or 3487398. OLE color: 3487398.

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

Color convert

RGB 166 54 53 -
CMYK 0 0.67 0.68 0.35
HSL 0.53º 0.52% 0.43% -
HSV(B) 0.53º 0.68% 0.65% -
XYZ 17.69 11 4.56 -
YUV 87.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 166 54 53 0 0.67 0.68 0.35 0.53 0.52 0.43
Hex A6 36 35 0 43 44 23 1 34 2B
Octal 246 66 65 0 103 104 43 1 64 53
Binary 10100110 110110 110101 0 1000011 1000100 100011 1 110100 101011

Color Harmonies of #A63635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63635

Black with #A63635

Text Example


Text Example

White with #A63635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63635; }

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

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

background-color css

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

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

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

border-color css

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

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

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