#a93530

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

Shades of Milano Red #A93530

Tints of Milano Red #A93530

Color information

#A93530 (or 0xA93530) is unknown color: approx Milano Red. HEX triplet: A9, 35 and 30. RGB value is (169,53,48). Sum of RGB (Red+Green+Blue) = 169+53+48=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A93530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93530 is #56CACF. Grayscale: #575757. Windows color (decimal): -5688016 or 3159465. OLE color: 3159465.

HSL color Cylindrical-coordinate representation of color #A93530: hue angle of 2.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93530 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1695348-
CMYK00.690.720.34
HSL2.48º55.76%42.55%-
HSV(B)2.48º71.6%66.27%-
XYZ18.1711.194-
YUV87.11105.93186.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.59%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=62.59%
G=19.63%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169534800.690.720.342.4855.7642.55
HexA9353004548222382b
Octal251656001051104227053
Binary1010100111010111000001000101100100010001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93530; }

 p { color: rgb(169,53,48); }

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

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

 a { background-color: rgb(169,53,48); }

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

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

 span { border-color: rgb(169,53,48); }

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