#A33A33

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

Shades of Milano Red #A33A33

Tints of Milano Red #A33A33

Color information

#A33A33 (or 0xA33A33) is unknown color: approx Milano Red. HEX triplet: A3, 3A and 33. RGB value is (163,58,51). Sum of RGB (Red+Green+Blue) = 163+58+51=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A33 is #5CC5CC. Grayscale: #585858. Windows color (decimal): -6079949 or 3357347. OLE color: 3357347.

HSL color Cylindrical-coordinate representation of color #A33A33: hue angle of 3.75º degrees, saturation: 0.52, 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 #A33A33 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1635851-
CMYK00.640.690.36
HSL3.75º52.34%41.96%-
HSV(B)3.75º68.71%63.92%-
XYZ17.2111.054.36-
YUV88.6106.79181.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=59.93%
G=21.32%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163585100.640.690.363.7552.3441.96
HexA33A3304045244342a
Octal243726301001054446452
Binary10100011111010110011010000001000101100100100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A33; }

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

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

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

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

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

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

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

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