#ab3432

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

Shades of Milano Red #AB3432

Tints of Milano Red #AB3432

Color information

#AB3432 (or 0xAB3432) is unknown color: approx Milano Red. HEX triplet: AB, 34 and 32. RGB value is (171,52,50). Sum of RGB (Red+Green+Blue) = 171+52+50=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3432 is #54CBCD. Grayscale: #575757. Windows color (decimal): -5557198 or 3290283. OLE color: 3290283.

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

Color convert

RGB1715250-
CMYK00.700.710.33
HSL0.99º54.75%43.33%-
HSV(B)0.99º70.76%67.06%-
XYZ18.611.344.23-
YUV87.35106.92187.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=62.64%
G=19.05%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171525000.700.710.330.9954.7543.33
HexAB343204647211372b
Octal253646201061074116753
Binary101010111101001100100100011010001111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab3432; }

 p { color: rgb(171,52,50); }

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

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

 a { background-color: rgb(171,52,50); }

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

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

 span { border-color: rgb(171,52,50); }

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