#A43B2F

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

Shades of Milano Red #A43B2F

Tints of Milano Red #A43B2F

Color information

#A43B2F (or 0xA43B2F) is unknown color: approx Milano Red. HEX triplet: A4, 3B and 2F. RGB value is (164,59,47). Sum of RGB (Red+Green+Blue) = 164+59+47=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B2F is #5BC4D0. Grayscale: #595959. Windows color (decimal): -6014161 or 3095460. OLE color: 3095460.

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

Color convert

RGB1645947-
CMYK00.640.710.36
HSL6.15º55.45%41.37%-
HSV(B)6.15º71.34%64.31%-
XYZ17.3911.233.94-
YUV89.03104.29181.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=60.74%
G=21.85%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164594700.640.710.366.1555.4541.37
HexA43B2F040472463729
Octal244735701001074466751
Binary10100100111011101111010000001000111100100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43B2F; }

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

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

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

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

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

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

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

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