Html Css Color HEX #A8352E Milano Red

📋 copy color: '#A8352E'

red 168 ◦ green 53 ◦ blue 46

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

Shades of Milano Red #A8352E

Tints of Milano Red #A8352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 62.92%
G = 19.85%
B = 17.23%

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

#A8352E (or 0xA8352E) is known color: Milano Red. HEX triplet: A8, 35 and 2E. RGB value is (168,53,46). Sum of RGB (Red+Green+Blue) = 168+53+46=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8352E is #57CAD1. Grayscale: #565656. Windows color (decimal): -5753554 or 3028392. OLE color: 3028392.

HSL color Cylindrical-coordinate representation of color #A8352E: hue angle of 3.44º degrees, saturation: 0.57, 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 #A8352E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 53 46 -
CMYK 0 0.68 0.73 0.34
HSL 3.44º 0.57% 0.42% -
HSV(B) 3.44º 0.73% 0.66% -
XYZ 17.91 11.07 3.78 -
YUV 86.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 168 53 46 0 0.68 0.73 0.34 3.44 0.57 0.42
Hex A8 35 2E 0 44 49 22 3 39 2A
Octal 250 65 56 0 104 111 42 3 71 52
Binary 10101000 110101 101110 0 1000100 1001001 100010 11 111001 101010

Color Harmonies of #A8352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8352E

Black with #A8352E

Text Example


Text Example

White with #A8352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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