#A23933

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

Shades of Milano Red #A23933

Tints of Milano Red #A23933

Color information

#A23933 (or 0xA23933) is unknown color: approx Milano Red. HEX triplet: A2, 39 and 33. RGB value is (162,57,51). Sum of RGB (Red+Green+Blue) = 162+57+51=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A23933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23933 is #5DC6CC. Grayscale: #575757. Windows color (decimal): -6145741 or 3357090. OLE color: 3357090.

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

Color convert

RGB1625751-
CMYK00.650.690.36
HSL3.24º52.11%41.76%-
HSV(B)3.24º68.52%63.53%-
XYZ16.9610.854.33-
YUV87.71107.29180.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=60%
G=21.11%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162575100.650.690.363.2452.1141.76
HexA2393304145243342a
Octal242716301011054436452
Binary1010001011100111001101000001100010110010011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23933; }

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

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

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

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

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

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

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

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