#A33636

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

Shades of Milano Red #A33636

Tints of Milano Red #A33636

Color information

#A33636 (or 0xA33636) is unknown color: approx Milano Red. HEX triplet: A3, 36 and 36. RGB value is (163,54,54). Sum of RGB (Red+Green+Blue) = 163+54+54=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A33636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33636 is #5CC9C9. Grayscale: #565656. Windows color (decimal): -6080970 or 3552931. OLE color: 3552931.

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

Color convert

RGB1635454-
CMYK00.670.670.36
HSL50.23%42.55%-
HSV(B)66.87%63.92%-
XYZ17.0910.694.65-
YUV86.59109.61182.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=60.15%
G=19.93%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163545400.670.670.36050.2342.55
HexA3363604343240322b
Octal243666601031034406253
Binary101000111101101101100100001110000111001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33636; }

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

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

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

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

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

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

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

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