Html Css Color HEX #A4352E Milano Red

📋 copy color: '#A4352E'

red 164 ◦ green 53 ◦ blue 46

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

Shades of Milano Red #A4352E

Tints of Milano Red #A4352E

RGB

 RED value IS 164 (64.45% from 255) = 62.36%

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

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

R = 62.36%
G = 20.15%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4352E (or 0xA4352E) is known color: Milano Red. HEX triplet: A4, 35 and 2E. RGB value is (164,53,46). Sum of RGB (Red+Green+Blue) = 164+53+46=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4352E is #5BCAD1. Grayscale: #555555. Windows color (decimal): -6015698 or 3028388. OLE color: 3028388.

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

Color convert

RGB 164 53 46 -
CMYK 0 0.68 0.72 0.36
HSL 3.56º 0.56% 0.41% -
HSV(B) 3.56º 0.72% 0.64% -
XYZ 17.08 10.64 3.74 -
YUV 85.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 164 53 46 0 0.68 0.72 0.36 3.56 0.56 0.41
Hex A4 35 2E 0 44 48 24 4 38 29
Octal 244 65 56 0 104 110 44 4 70 51
Binary 10100100 110101 101110 0 1000100 1001000 100100 100 111000 101001

Color Harmonies of #A4352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4352E

Black with #A4352E

Text Example


Text Example

White with #A4352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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