#A33030

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

Shades of Milano Red #A33030

Tints of Milano Red #A33030

Color information

#A33030 (or 0xA33030) is unknown color: approx Milano Red. HEX triplet: A3, 30 and 30. RGB value is (163,48,48). Sum of RGB (Red+Green+Blue) = 163+48+48=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A33030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33030 is #5CCFCF. Grayscale: #525252. Windows color (decimal): -6082512 or 3158179. OLE color: 3158179.

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

Color convert

RGB1634848-
CMYK00.710.710.36
HSL54.5%41.37%-
HSV(B)70.55%63.92%-
XYZ16.6910.113.87-
YUV82.38108.6185.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.93%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=62.93%
G=18.53%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163484800.710.710.36054.541.37
HexA33030047472403729
Octal243606001071074406751
Binary101000111100001100000100011110001111001000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33030; }

 p { color: rgb(163,48,48); }

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

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

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

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

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

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

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