Html Css Color HEX #A6372B Milano Red

📋 copy color: '#A6372B'

red 166 ◦ green 55 ◦ blue 43

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

Shades of Milano Red #A6372B

Tints of Milano Red #A6372B

RGB

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

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

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

R = 62.88%
G = 20.83%
B = 16.29%

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

#A6372B (or 0xA6372B) is known color: Milano Red. HEX triplet: A6, 37 and 2B. RGB value is (166,55,43). Sum of RGB (Red+Green+Blue) = 166+55+43=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6372B is #59C8D4. Grayscale: #565656. Windows color (decimal): -5884117 or 2832294. OLE color: 2832294.

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

Color convert

RGB 166 55 43 -
CMYK 0 0.67 0.74 0.35
HSL 5.85º 0.59% 0.41% -
HSV(B) 5.85º 0.74% 0.65% -
XYZ 17.53 11.01 3.49 -
YUV 86.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 166 55 43 0 0.67 0.74 0.35 5.85 0.59 0.41
Hex A6 37 2B 0 43 4A 23 6 3B 29
Octal 246 67 53 0 103 112 43 6 73 51
Binary 10100110 110111 101011 0 1000011 1001010 100011 110 111011 101001

Color Harmonies of #A6372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6372B

Black with #A6372B

Text Example


Text Example

White with #A6372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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