Html Css Color HEX #A6332D Milano Red

📋 copy color: '#A6332D'

red 166 ◦ green 51 ◦ blue 45

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

Shades of Milano Red #A6332D

Tints of Milano Red #A6332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 63.36%
G = 19.47%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6332D (or 0xA6332D) is known color: Milano Red. HEX triplet: A6, 33 and 2D. RGB value is (166,51,45). Sum of RGB (Red+Green+Blue) = 166+51+45=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6332D is #59CCD2. Grayscale: #545454. Windows color (decimal): -5885139 or 2962342. OLE color: 2962342.

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

Color convert

RGB 166 51 45 -
CMYK 0 0.69 0.73 0.35
HSL 2.98º 0.57% 0.41% -
HSV(B) 2.98º 0.73% 0.65% -
XYZ 17.38 10.66 3.62 -
YUV 84.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 166 51 45 0 0.69 0.73 0.35 2.98 0.57 0.41
Hex A6 33 2D 0 45 49 23 3 39 29
Octal 246 63 55 0 105 111 43 3 71 51
Binary 10100110 110011 101101 0 1000101 1001001 100011 11 111001 101001

Color Harmonies of #A6332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6332D

Black with #A6332D

Text Example


Text Example

White with #A6332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6332D; }

 p { color: rgb(166,51,45); }

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

background-color css

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

 a { background-color: rgb(166,51,45); }

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

border-color css

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

 span { border-color: rgb(166,51,45); }

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