Html Css Color HEX #A4352F Milano Red

📋 copy color: '#A4352F'

red 164 ◦ green 53 ◦ blue 47

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

Shades of Milano Red #A4352F

Tints of Milano Red #A4352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 62.12%
G = 20.08%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4352F (or 0xA4352F) is known color: Milano Red. HEX triplet: A4, 35 and 2F. RGB value is (164,53,47). Sum of RGB (Red+Green+Blue) = 164+53+47=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4352F is #5BCAD0. Grayscale: #555555. Windows color (decimal): -6015697 or 3093924. OLE color: 3093924.

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

Color convert

RGB 164 53 47 -
CMYK 0 0.68 0.71 0.36
HSL 3.08º 0.55% 0.41% -
HSV(B) 3.08º 0.71% 0.64% -
XYZ 17.1 10.64 3.84 -
YUV 85.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 164 53 47 0 0.68 0.71 0.36 3.08 0.55 0.41
Hex A4 35 2F 0 44 47 24 3 37 29
Octal 244 65 57 0 104 107 44 3 67 51
Binary 10100100 110101 101111 0 1000100 1000111 100100 11 110111 101001

Color Harmonies of #A4352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4352F

Black with #A4352F

Text Example


Text Example

White with #A4352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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