#A33838

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

Shades of Milano Red #A33838

Tints of Milano Red #A33838

Color information

#A33838 (or 0xA33838) is unknown color: approx Milano Red. HEX triplet: A3, 38 and 38. RGB value is (163,56,56). Sum of RGB (Red+Green+Blue) = 163+56+56=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33838 is #5CC7C7. Grayscale: #585858. Windows color (decimal): -6080456 or 3684515. OLE color: 3684515.

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

Color convert

RGB1635656-
CMYK00.660.660.36
HSL48.86%42.94%-
HSV(B)65.64%63.92%-
XYZ17.2310.94.94-
YUV87.99109.95181.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=59.27%
G=20.36%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163565600.660.660.36048.8642.94
HexA3383804242240312b
Octal243707001021024406153
Binary101000111110001110000100001010000101001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33838; }

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

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

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

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

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

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

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

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