Html Css Color HEX #A4332D Milano Red

📋 copy color: '#A4332D'

red 164 ◦ green 51 ◦ blue 45

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

Shades of Milano Red #A4332D

Tints of Milano Red #A4332D

RGB

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

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

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

R = 63.08%
G = 19.62%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4332D (or 0xA4332D) is known color: Milano Red. HEX triplet: A4, 33 and 2D. RGB value is (164,51,45). Sum of RGB (Red+Green+Blue) = 164+51+45=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4332D is #5BCCD2. Grayscale: #545454. Windows color (decimal): -6016211 or 2962340. OLE color: 2962340.

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

Color convert

RGB 164 51 45 -
CMYK 0 0.69 0.73 0.36
HSL 3.03º 0.57% 0.41% -
HSV(B) 3.03º 0.73% 0.64% -
XYZ 16.97 10.45 3.61 -
YUV 84.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 164 51 45 0 0.69 0.73 0.36 3.03 0.57 0.41
Hex A4 33 2D 0 45 49 24 3 39 29
Octal 244 63 55 0 105 111 44 3 71 51
Binary 10100100 110011 101101 0 1000101 1001001 100100 11 111001 101001

Color Harmonies of #A4332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4332D

Black with #A4332D

Text Example


Text Example

White with #A4332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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