Html Css Color HEX #A8352D Milano Red

📋 copy color: '#A8352D'

red 168 ◦ green 53 ◦ blue 45

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

Shades of Milano Red #A8352D

Tints of Milano Red #A8352D

RGB

 RED value IS 168 (66.02% from 255) = 63.16%

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

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

R = 63.16%
G = 19.92%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8352D (or 0xA8352D) is known color: Milano Red. HEX triplet: A8, 35 and 2D. RGB value is (168,53,45). Sum of RGB (Red+Green+Blue) = 168+53+45=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8352D is #57CAD2. Grayscale: #565656. Windows color (decimal): -5753555 or 2962856. OLE color: 2962856.

HSL color Cylindrical-coordinate representation of color #A8352D: hue angle of 3.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8352D is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 53 45 -
CMYK 0 0.68 0.73 0.34
HSL 3.9º 0.58% 0.42% -
HSV(B) 3.9º 0.73% 0.66% -
XYZ 17.9 11.06 3.67 -
YUV 86.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 168 53 45 0 0.68 0.73 0.34 3.9 0.58 0.42
Hex A8 35 2D 0 44 49 22 4 3A 2A
Octal 250 65 55 0 104 111 42 4 72 52
Binary 10101000 110101 101101 0 1000100 1001001 100010 100 111010 101010

Color Harmonies of #A8352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8352D

Black with #A8352D

Text Example


Text Example

White with #A8352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8352D; }

 p { color: rgb(168,53,45); }

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

background-color css

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

 a { background-color: rgb(168,53,45); }

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

border-color css

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

 span { border-color: rgb(168,53,45); }

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