Html Css Color HEX #A63932 Milano Red

📋 copy color: '#A63932'

red 166 ◦ green 57 ◦ blue 50

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

Shades of Milano Red #A63932

Tints of Milano Red #A63932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 60.81%
G = 20.88%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A63932 (or 0xA63932) is known color: Milano Red. HEX triplet: A6, 39 and 32. RGB value is (166,57,50). Sum of RGB (Red+Green+Blue) = 166+57+50=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63932 is #59C6CD. Grayscale: #585858. Windows color (decimal): -5883598 or 3291558. OLE color: 3291558.

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

Color convert

RGB 166 57 50 -
CMYK 0 0.66 0.70 0.35
HSL 3.62º 0.54% 0.42% -
HSV(B) 3.62º 0.7% 0.65% -
XYZ 17.76 11.26 4.26 -
YUV 88.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 166 57 50 0 0.66 0.70 0.35 3.62 0.54 0.42
Hex A6 39 32 0 42 46 23 4 36 2A
Octal 246 71 62 0 102 106 43 4 66 52
Binary 10100110 111001 110010 0 1000010 1000110 100011 100 110110 101010

Color Harmonies of #A63932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63932

Black with #A63932

Text Example


Text Example

White with #A63932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63932; }

 p { color: rgb(166,57,50); }

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

background-color css

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

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

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

border-color css

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

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

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