#A23A35

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

Shades of Milano Red #A23A35

Tints of Milano Red #A23A35

Color information

#A23A35 (or 0xA23A35) is unknown color: approx Milano Red. HEX triplet: A2, 3A and 35. RGB value is (162,58,53). Sum of RGB (Red+Green+Blue) = 162+58+53=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A35 is #5DC5CA. Grayscale: #585858. Windows color (decimal): -6145483 or 3488418. OLE color: 3488418.

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

Color convert

RGB1625853-
CMYK00.640.670.36
HSL2.75º50.7%42.16%-
HSV(B)2.75º67.28%63.53%-
XYZ17.0610.964.59-
YUV88.53107.96180.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=59.34%
G=21.25%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162585300.640.670.362.7550.742.16
HexA23A3504043243332a
Octal242726501001034436352
Binary1010001011101011010101000000100001110010011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A35; }

 p { color: rgb(162,58,53); }

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

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

 a { background-color: rgb(162,58,53); }

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

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

 span { border-color: rgb(162,58,53); }

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