Html Css Color HEX #A43736 Milano Red

📋 copy color: '#A43736'

red 164 ◦ green 55 ◦ blue 54

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

Shades of Milano Red #A43736

Tints of Milano Red #A43736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 60.07%
G = 20.15%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A43736 (or 0xA43736) is known color: Milano Red. HEX triplet: A4, 37 and 36. RGB value is (164,55,54). Sum of RGB (Red+Green+Blue) = 164+55+54=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A43736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43736 is #5BC8C9. Grayscale: #575757. Windows color (decimal): -6015178 or 3553188. OLE color: 3553188.

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

Color convert

RGB 164 55 54 -
CMYK 0 0.66 0.67 0.36
HSL 0.55º 0.5% 0.43% -
HSV(B) 0.55º 0.67% 0.64% -
XYZ 17.34 10.89 4.68 -
YUV 87.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 164 55 54 0 0.66 0.67 0.36 0.55 0.5 0.43
Hex A4 37 36 0 42 43 24 1 32 2B
Octal 244 67 66 0 102 103 44 1 62 53
Binary 10100100 110111 110110 0 1000010 1000011 100100 1 110010 101011

Color Harmonies of #A43736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43736

Black with #A43736

Text Example


Text Example

White with #A43736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43736; }

 p { color: rgb(164,55,54); }

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

background-color css

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

 a { background-color: rgb(164,55,54); }

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

border-color css

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

 span { border-color: rgb(164,55,54); }

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