#A03427

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

Shades of Milano Red #A03427

Tints of Milano Red #A03427

Color information

#A03427 (or 0xA03427) is unknown color: approx Milano Red. HEX triplet: A0, 34 and 27. RGB value is (160,52,39). Sum of RGB (Red+Green+Blue) = 160+52+39=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A03427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03427 is #5FCBD8. Grayscale: #525252. Windows color (decimal): -6278105 or 2569376. OLE color: 2569376.

HSL color Cylindrical-coordinate representation of color #A03427: hue angle of 6.45º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03427 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1605239-
CMYK00.680.760.37
HSL6.45º60.8%39.02%-
HSV(B)6.45º75.63%62.75%-
XYZ16.0910.083.02-
YUV82.81103.28183.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=63.75%
G=20.72%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160523900.680.760.376.4560.839.02
HexA034270444C2563d27
Octal240644701041144567547
Binary10100000110100100111010001001001100100101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03427; }

 p { color: rgb(160,52,39); }

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

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

 a { background-color: rgb(160,52,39); }

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

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

 span { border-color: rgb(160,52,39); }

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