Html Css Color HEX #A63937 Milano Red

📋 copy color: '#A63937'

red 166 ◦ green 57 ◦ blue 55

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

Shades of Milano Red #A63937

Tints of Milano Red #A63937

RGB

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

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

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

R = 59.71%
G = 20.5%
B = 19.78%

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

#A63937 (or 0xA63937) is known color: Milano Red. HEX triplet: A6, 39 and 37. RGB value is (166,57,55). Sum of RGB (Red+Green+Blue) = 166+57+55=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A63937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63937 is #59C6C8. Grayscale: #595959. Windows color (decimal): -5883593 or 3619238. OLE color: 3619238.

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

Color convert

RGB 166 57 55 -
CMYK 0 0.66 0.67 0.35
HSL 1.08º 0.5% 0.43% -
HSV(B) 1.08º 0.67% 0.65% -
XYZ 17.88 11.31 4.85 -
YUV 89.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 166 57 55 0 0.66 0.67 0.35 1.08 0.5 0.43
Hex A6 39 37 0 42 43 23 1 32 2B
Octal 246 71 67 0 102 103 43 1 62 53
Binary 10100110 111001 110111 0 1000010 1000011 100011 1 110010 101011

Color Harmonies of #A63937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63937

Black with #A63937

Text Example


Text Example

White with #A63937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63937; }

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

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

background-color css

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

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

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

border-color css

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

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

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