Html Css Color HEX #A6352F Milano Red

📋 copy color: '#A6352F'

red 166 ◦ green 53 ◦ blue 47

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

Shades of Milano Red #A6352F

Tints of Milano Red #A6352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 62.41%
G = 19.92%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6352F (or 0xA6352F) is known color: Milano Red. HEX triplet: A6, 35 and 2F. RGB value is (166,53,47). Sum of RGB (Red+Green+Blue) = 166+53+47=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6352F is #59CAD0. Grayscale: #565656. Windows color (decimal): -5884625 or 3093926. OLE color: 3093926.

HSL color Cylindrical-coordinate representation of color #A6352F: hue angle of 3.03º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6352F is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 53 47 -
CMYK 0 0.68 0.72 0.35
HSL 3.03º 0.56% 0.42% -
HSV(B) 3.03º 0.72% 0.65% -
XYZ 17.51 10.86 3.86 -
YUV 86.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 166 53 47 0 0.68 0.72 0.35 3.03 0.56 0.42
Hex A6 35 2F 0 44 48 23 3 38 2A
Octal 246 65 57 0 104 110 43 3 70 52
Binary 10100110 110101 101111 0 1000100 1001000 100011 11 111000 101010

Color Harmonies of #A6352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6352F

Black with #A6352F

Text Example


Text Example

White with #A6352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6352F; }

 p { color: rgb(166,53,47); }

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

background-color css

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

 a { background-color: rgb(166,53,47); }

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

border-color css

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

 span { border-color: rgb(166,53,47); }

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