#A33332

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

Shades of Milano Red #A33332

Tints of Milano Red #A33332

Color information

#A33332 (or 0xA33332) is unknown color: approx Milano Red. HEX triplet: A3, 33 and 32. RGB value is (163,51,50). Sum of RGB (Red+Green+Blue) = 163+51+50=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A33332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33332 is #5CCCCD. Grayscale: #545454. Windows color (decimal): -6081742 or 3290019. OLE color: 3290019.

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

Color convert

RGB1635150-
CMYK00.690.690.36
HSL0.53º53.05%41.76%-
HSV(B)0.53º69.33%63.92%-
XYZ16.8610.384.13-
YUV84.37108.61184.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=61.74%
G=19.32%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163515000.690.690.360.5353.0541.76
HexA3333204545241352a
Octal243636201051054416552
Binary101000111100111100100100010110001011001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33332; }

 p { color: rgb(163,51,50); }

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

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

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

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

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

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

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