#A53A33

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

Shades of Milano Red #A53A33

Tints of Milano Red #A53A33

Color information

#A53A33 (or 0xA53A33) is unknown color: approx Milano Red. HEX triplet: A5, 3A and 33. RGB value is (165,58,51). Sum of RGB (Red+Green+Blue) = 165+58+51=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A33 is #5AC5CC. Grayscale: #595959. Windows color (decimal): -5948877 or 3357349. OLE color: 3357349.

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

Color convert

RGB1655851-
CMYK00.650.690.35
HSL3.68º52.78%42.35%-
HSV(B)3.68º69.09%64.71%-
XYZ17.6311.264.38-
YUV89.2106.45182.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=60.22%
G=21.17%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165585100.650.690.353.6852.7842.35
HexA53A3304145234352a
Octal245726301011054346552
Binary10100101111010110011010000011000101100011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A33; }

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

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

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

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

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

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

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

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