#A33B36

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

Shades of Milano Red #A33B36

Tints of Milano Red #A33B36

Color information

#A33B36 (or 0xA33B36) is unknown color: approx Milano Red. HEX triplet: A3, 3B and 36. RGB value is (163,59,54). Sum of RGB (Red+Green+Blue) = 163+59+54=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B36 is #5CC4C9. Grayscale: #595959. Windows color (decimal): -6079690 or 3554211. OLE color: 3554211.

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

Color convert

RGB1635954-
CMYK00.640.670.36
HSL2.75º50.23%42.55%-
HSV(B)2.75º66.87%63.92%-
XYZ17.3311.184.73-
YUV89.53107.96180.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=59.06%
G=21.38%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163595400.640.670.362.7550.2342.55
HexA33B3604043243322b
Octal243736601001034436253
Binary1010001111101111011001000000100001110010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B36; }

 p { color: rgb(163,59,54); }

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

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

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

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

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

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

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