#A33836

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

Shades of Milano Red #A33836

Tints of Milano Red #A33836

Color information

#A33836 (or 0xA33836) is unknown color: approx Milano Red. HEX triplet: A3, 38 and 36. RGB value is (163,56,54). Sum of RGB (Red+Green+Blue) = 163+56+54=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A33836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33836 is #5CC7C9. Grayscale: #575757. Windows color (decimal): -6080458 or 3553443. OLE color: 3553443.

HSL color Cylindrical-coordinate representation of color #A33836: hue angle of 1.1º 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 #A33836 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1635654-
CMYK00.660.670.36
HSL1.1º50.23%42.55%-
HSV(B)1.1º66.87%63.92%-
XYZ17.1810.884.68-
YUV87.76108.95181.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=59.71%
G=20.51%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163565400.660.670.361.150.2342.55
HexA3383604243241322b
Octal243706601021034416253
Binary101000111110001101100100001010000111001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33836; }

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

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

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

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

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

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

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

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