#A53433

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

Shades of Milano Red #A53433

Tints of Milano Red #A53433

Color information

#A53433 (or 0xA53433) is unknown color: approx Milano Red. HEX triplet: A5, 34 and 33. RGB value is (165,52,51). Sum of RGB (Red+Green+Blue) = 165+52+51=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A53433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53433 is #5ACBCC. Grayscale: #555555. Windows color (decimal): -5950413 or 3355813. OLE color: 3355813.

HSL color Cylindrical-coordinate representation of color #A53433: hue angle of 0.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53433 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1655251-
CMYK00.680.690.35
HSL0.53º52.78%42.35%-
HSV(B)0.53º69.09%64.71%-
XYZ17.3410.694.28-
YUV85.67108.44184.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=61.57%
G=19.40%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165525100.680.690.350.5352.7842.35
HexA5343304445231352a
Octal245646301041054316552
Binary101001011101001100110100010010001011000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53433; }

 p { color: rgb(165,52,51); }

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

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

 a { background-color: rgb(165,52,51); }

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

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

 span { border-color: rgb(165,52,51); }

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