#A23836

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

Shades of Milano Red #A23836

Tints of Milano Red #A23836

Color information

#A23836 (or 0xA23836) is unknown color: approx Milano Red. HEX triplet: A2, 38 and 36. RGB value is (162,56,54). Sum of RGB (Red+Green+Blue) = 162+56+54=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23836 is #5DC7C9. Grayscale: #575757. Windows color (decimal): -6145994 or 3553442. OLE color: 3553442.

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

Color convert

RGB1625654-
CMYK00.650.670.36
HSL1.11º50%42.35%-
HSV(B)1.11º66.67%63.53%-
XYZ16.9810.784.68-
YUV87.47109.12181.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=59.56%
G=20.59%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162565400.650.670.361.115042.35
HexA2383604143241322a
Octal242706601011034416252
Binary101000101110001101100100000110000111001001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23836; }

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

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

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

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

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

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

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

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