Html Css Color HEX #A6352B Milano Red

📋 copy color: '#A6352B'

red 166 ◦ green 53 ◦ blue 43

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

Shades of Milano Red #A6352B

Tints of Milano Red #A6352B

RGB

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

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

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

R = 63.36%
G = 20.23%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6352B (or 0xA6352B) is known color: Milano Red. HEX triplet: A6, 35 and 2B. RGB value is (166,53,43). Sum of RGB (Red+Green+Blue) = 166+53+43=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6352B is #59CAD4. Grayscale: #555555. Windows color (decimal): -5884629 or 2831782. OLE color: 2831782.

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

Color convert

RGB 166 53 43 -
CMYK 0 0.68 0.74 0.35
HSL 4.88º 0.59% 0.41% -
HSV(B) 4.88º 0.74% 0.65% -
XYZ 17.44 10.83 3.46 -
YUV 85.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 166 53 43 0 0.68 0.74 0.35 4.88 0.59 0.41
Hex A6 35 2B 0 44 4A 23 5 3B 29
Octal 246 65 53 0 104 112 43 5 73 51
Binary 10100110 110101 101011 0 1000100 1001010 100011 101 111011 101001

Color Harmonies of #A6352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6352B

Black with #A6352B

Text Example


Text Example

White with #A6352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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