#A1302E

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

Shades of Milano Red #A1302E

Tints of Milano Red #A1302E

Color information

#A1302E (or 0xA1302E) is unknown color: approx Milano Red. HEX triplet: A1, 30 and 2E. RGB value is (161,48,46). Sum of RGB (Red+Green+Blue) = 161+48+46=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1302E is #5ECFD1. Grayscale: #515151. Windows color (decimal): -6213586 or 3027105. OLE color: 3027105.

HSL color Cylindrical-coordinate representation of color #A1302E: hue angle of 1.04º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1302E is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1614846-
CMYK00.700.710.37
HSL1.04º55.56%40.59%-
HSV(B)1.04º71.43%63.14%-
XYZ16.259.893.64-
YUV81.56107.94184.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.14%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=63.14%
G=18.82%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161484600.700.710.371.0455.5640.59
HexA1302E046472513829
Octal241605601061074517051
Binary101000011100001011100100011010001111001011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1302E; }

 p { color: rgb(161,48,46); }

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

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

 a { background-color: rgb(161,48,46); }

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

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

 span { border-color: rgb(161,48,46); }

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