#A23B33

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

Shades of Milano Red #A23B33

Tints of Milano Red #A23B33

Color information

#A23B33 (or 0xA23B33) is unknown color: approx Milano Red. HEX triplet: A2, 3B and 33. RGB value is (162,59,51). Sum of RGB (Red+Green+Blue) = 162+59+51=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B33 is #5DC4CC. Grayscale: #595959. Windows color (decimal): -6145229 or 3357602. OLE color: 3357602.

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

Color convert

RGB1625951-
CMYK00.640.690.36
HSL4.32º52.11%41.76%-
HSV(B)4.32º68.52%63.53%-
XYZ17.0611.054.37-
YUV88.88106.62180.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=59.56%
G=21.69%
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
Decimal162595100.640.690.364.3252.1141.76
HexA23B3304045244342a
Octal242736301001054446452
Binary10100010111011110011010000001000101100100100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B33; }

 p { color: rgb(162,59,51); }

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

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

 a { background-color: rgb(162,59,51); }

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

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

 span { border-color: rgb(162,59,51); }

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