#A23626

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

Shades of Milano Red #A23626

Tints of Milano Red #A23626

Color information

#A23626 (or 0xA23626) is unknown color: approx Milano Red. HEX triplet: A2, 36 and 26. RGB value is (162,54,38). Sum of RGB (Red+Green+Blue) = 162+54+38=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A23626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23626 is #5DC9D9. Grayscale: #545454. Windows color (decimal): -6146522 or 2504354. OLE color: 2504354.

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

Color convert

RGB1625438-
CMYK00.670.770.36
HSL7.74º62%39.22%-
HSV(B)7.74º76.54%63.53%-
XYZ16.5710.462.98-
YUV84.47101.78183.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=63.78%
G=21.26%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162543800.670.770.367.746239.22
HexA236260434D2483e27
Octal2426646010311544107647
Binary101000101101101001100100001110011011001001000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23626; }

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

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

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

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

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

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

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

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