#A23635

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

Shades of Milano Red #A23635

Tints of Milano Red #A23635

Color information

#A23635 (or 0xA23635) is unknown color: approx Milano Red. HEX triplet: A2, 36 and 35. RGB value is (162,54,53). Sum of RGB (Red+Green+Blue) = 162+54+53=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A23635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23635 is #5DC9CA. Grayscale: #565656. Windows color (decimal): -6146507 or 3487394. OLE color: 3487394.

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

Color convert

RGB1625453-
CMYK00.670.670.36
HSL0.55º50.7%42.16%-
HSV(B)0.55º67.28%63.53%-
XYZ16.8610.584.52-
YUV86.18109.28182.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=60.22%
G=20.07%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162545300.670.670.360.5550.742.16
HexA2363504343241332a
Octal242666501031034416352
Binary101000101101101101010100001110000111001001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23635; }

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

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

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

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

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

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

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

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