#A43A2F

Color #A43A2F Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #A43A2F

Tints of Milano Red #A43A2F

Color information

#A43A2F (or 0xA43A2F) is unknown color: approx Milano Red. HEX triplet: A4, 3A and 2F. RGB value is (164,58,47). Sum of RGB (Red+Green+Blue) = 164+58+47=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A2F is #5BC5D0. Grayscale: #585858. Windows color (decimal): -6014417 or 3095204. OLE color: 3095204.

HSL color Cylindrical-coordinate representation of color #A43A2F: hue angle of 5.64º 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 #A43A2F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1645847-
CMYK00.650.710.36
HSL5.64º55.45%41.37%-
HSV(B)5.64º71.34%64.31%-
XYZ17.3411.123.92-
YUV88.44104.62181.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.97%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=60.97%
G=21.56%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164584700.650.710.365.6455.4541.37
HexA43A2F041472463729
Octal244725701011074466751
Binary10100100111010101111010000011000111100100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A2F; }

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

 H1.HeaderClassName
 {
   color: #A43A2F;
 }
 .AnyTagClassName
 {
   color: #A43A2F;
 }
</style>
background-color css

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

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

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

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

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

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