Html Css Color HEX #A63737 Milano Red

📋 copy color: '#A63737'

red 166 ◦ green 55 ◦ blue 55

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

Shades of Milano Red #A63737

Tints of Milano Red #A63737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 60.14%
G = 19.93%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A63737 (or 0xA63737) is known color: Milano Red. HEX triplet: A6, 37 and 37. RGB value is (166,55,55). Sum of RGB (Red+Green+Blue) = 166+55+55=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A63737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63737 is #59C8C8. Grayscale: #585858. Windows color (decimal): -5884105 or 3618726. OLE color: 3618726.

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

Color convert

RGB 166 55 55 -
CMYK 0 0.67 0.67 0.35
HSL 0.5% 0.43% -
HSV(B) 0.67% 0.65% -
XYZ 17.78 11.12 4.82 -
YUV 88.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 166 55 55 0 0.67 0.67 0.35 0 0.5 0.43
Hex A6 37 37 0 43 43 23 0 32 2B
Octal 246 67 67 0 103 103 43 0 62 53
Binary 10100110 110111 110111 0 1000011 1000011 100011 0 110010 101011

Color Harmonies of #A63737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63737

Black with #A63737

Text Example


Text Example

White with #A63737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63737; }

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

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

background-color css

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

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

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

border-color css

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

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

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