#A33531

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

Shades of Milano Red #A33531

Tints of Milano Red #A33531

Color information

#A33531 (or 0xA33531) is unknown color: approx Milano Red. HEX triplet: A3, 35 and 31. RGB value is (163,53,49). Sum of RGB (Red+Green+Blue) = 163+53+49=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A33531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33531 is #5CCACE. Grayscale: #555555. Windows color (decimal): -6081231 or 3224995. OLE color: 3224995.

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

Color convert

RGB1635349-
CMYK00.670.700.36
HSL2.11º53.77%41.57%-
HSV(B)2.11º69.94%63.92%-
XYZ16.9310.554.05-
YUV85.43107.44183.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=61.51%
G=20%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163534900.670.700.362.1153.7741.57
HexA3353104346242362a
Octal243656101031064426652
Binary1010001111010111000101000011100011010010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33531; }

 p { color: rgb(163,53,49); }

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

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

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

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

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

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

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