Html Css Color HEX #A43728 Milano Red

📋 copy color: '#A43728'

red 164 ◦ green 55 ◦ blue 40

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

Shades of Milano Red #A43728

Tints of Milano Red #A43728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 63.32%
G = 21.24%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A43728 (or 0xA43728) is known color: Milano Red. HEX triplet: A4, 37 and 28. RGB value is (164,55,40). Sum of RGB (Red+Green+Blue) = 164+55+40=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A43728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43728 is #5BC8D7. Grayscale: #565656. Windows color (decimal): -6015192 or 2635684. OLE color: 2635684.

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

Color convert

RGB 164 55 40 -
CMYK 0 0.66 0.76 0.36
HSL 7.26º 0.61% 0.4% -
HSV(B) 7.26º 0.76% 0.64% -
XYZ 17.06 10.78 3.19 -
YUV 85.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 164 55 40 0 0.66 0.76 0.36 7.26 0.61 0.4
Hex A4 37 28 0 42 4C 24 7 3D 28
Octal 244 67 50 0 102 114 44 7 75 50
Binary 10100100 110111 101000 0 1000010 1001100 100100 111 111101 101000

Color Harmonies of #A43728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43728

Black with #A43728

Text Example


Text Example

White with #A43728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43728; }

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

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

background-color css

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

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

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

border-color css

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

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

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