#A03831

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

Shades of Milano Red #A03831

Tints of Milano Red #A03831

Color information

#A03831 (or 0xA03831) is unknown color: approx Milano Red. HEX triplet: A0, 38 and 31. RGB value is (160,56,49). Sum of RGB (Red+Green+Blue) = 160+56+49=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03831 is #5FC7CE. Grayscale: #565656. Windows color (decimal): -6277071 or 3225760. OLE color: 3225760.

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

Color convert

RGB1605649-
CMYK00.650.690.37
HSL3.78º53.11%40.98%-
HSV(B)3.78º69.38%62.75%-
XYZ16.4710.524.07-
YUV86.3106.96180.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=60.38%
G=21.13%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160564900.650.690.373.7853.1140.98
HexA03831041452543529
Octal240706101011054546551
Binary10100000111000110001010000011000101100101100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03831; }

 p { color: rgb(160,56,49); }

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

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

 a { background-color: rgb(160,56,49); }

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

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

 span { border-color: rgb(160,56,49); }

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