Html Css Color HEX #A6362B Milano Red

📋 copy color: '#A6362B'

red 166 ◦ green 54 ◦ blue 43

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

Shades of Milano Red #A6362B

Tints of Milano Red #A6362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 63.12%
G = 20.53%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6362B (or 0xA6362B) is known color: Milano Red. HEX triplet: A6, 36 and 2B. RGB value is (166,54,43). Sum of RGB (Red+Green+Blue) = 166+54+43=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6362B is #59C9D4. Grayscale: #565656. Windows color (decimal): -5884373 or 2832038. OLE color: 2832038.

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

Color convert

RGB 166 54 43 -
CMYK 0 0.67 0.74 0.35
HSL 5.37º 0.59% 0.41% -
HSV(B) 5.37º 0.74% 0.65% -
XYZ 17.48 10.92 3.47 -
YUV 86.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 166 54 43 0 0.67 0.74 0.35 5.37 0.59 0.41
Hex A6 36 2B 0 43 4A 23 5 3B 29
Octal 246 66 53 0 103 112 43 5 73 51
Binary 10100110 110110 101011 0 1000011 1001010 100011 101 111011 101001

Color Harmonies of #A6362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6362B

Black with #A6362B

Text Example


Text Example

White with #A6362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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