Html Css Color HEX #A63936 Milano Red

📋 copy color: '#A63936'

red 166 ◦ green 57 ◦ blue 54

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

Shades of Milano Red #A63936

Tints of Milano Red #A63936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 59.93%
G = 20.58%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A63936 (or 0xA63936) is known color: Milano Red. HEX triplet: A6, 39 and 36. RGB value is (166,57,54). Sum of RGB (Red+Green+Blue) = 166+57+54=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A63936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63936 is #59C6C9. Grayscale: #595959. Windows color (decimal): -5883594 or 3553702. OLE color: 3553702.

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

Color convert

RGB 166 57 54 -
CMYK 0 0.66 0.67 0.35
HSL 1.61º 0.51% 0.43% -
HSV(B) 1.61º 0.67% 0.65% -
XYZ 17.85 11.3 4.73 -
YUV 89.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 166 57 54 0 0.66 0.67 0.35 1.61 0.51 0.43
Hex A6 39 36 0 42 43 23 2 33 2B
Octal 246 71 66 0 102 103 43 2 63 53
Binary 10100110 111001 110110 0 1000010 1000011 100011 10 110011 101011

Color Harmonies of #A63936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63936

Black with #A63936

Text Example


Text Example

White with #A63936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63936; }

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

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

background-color css

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

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

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

border-color css

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

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

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