#A33A36

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

Shades of Milano Red #A33A36

Tints of Milano Red #A33A36

Color information

#A33A36 (or 0xA33A36) is unknown color: approx Milano Red. HEX triplet: A3, 3A and 36. RGB value is (163,58,54). Sum of RGB (Red+Green+Blue) = 163+58+54=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A36 is #5CC5C9. Grayscale: #595959. Windows color (decimal): -6079946 or 3553955. OLE color: 3553955.

HSL color Cylindrical-coordinate representation of color #A33A36: hue angle of 2.2º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33A36 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1635854-
CMYK00.640.670.36
HSL2.2º50.23%42.55%-
HSV(B)2.2º66.87%63.92%-
XYZ17.2811.084.72-
YUV88.94108.29180.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=59.27%
G=21.09%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163585400.640.670.362.250.2342.55
HexA33A3604043242322b
Octal243726601001034426253
Binary1010001111101011011001000000100001110010010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A36; }

 p { color: rgb(163,58,54); }

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

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

 a { background-color: rgb(163,58,54); }

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

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

 span { border-color: rgb(163,58,54); }

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