#A33B2E

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

Shades of Milano Red #A33B2E

Tints of Milano Red #A33B2E

Color information

#A33B2E (or 0xA33B2E) is unknown color: approx Milano Red. HEX triplet: A3, 3B and 2E. RGB value is (163,59,46). Sum of RGB (Red+Green+Blue) = 163+59+46=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B2E is #5CC4D1. Grayscale: #585858. Windows color (decimal): -6079698 or 3029923. OLE color: 3029923.

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

Color convert

RGB1635946-
CMYK00.640.720.36
HSL6.67º55.98%40.98%-
HSV(B)6.67º71.78%63.92%-
XYZ17.1611.113.83-
YUV88.61103.96181.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=60.82%
G=22.01%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163594600.640.720.366.6755.9840.98
HexA33B2E040482473829
Octal243735601001104477051
Binary10100011111011101110010000001001000100100111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B2E; }

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

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

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

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

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

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

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

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