#AB3431

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

Shades of Milano Red #AB3431

Tints of Milano Red #AB3431

Color information

#AB3431 (or 0xAB3431) is unknown color: approx Milano Red. HEX triplet: AB, 34 and 31. RGB value is (171,52,49). Sum of RGB (Red+Green+Blue) = 171+52+49=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3431 is #54CBCE. Grayscale: #575757. Windows color (decimal): -5557199 or 3224747. OLE color: 3224747.

HSL color Cylindrical-coordinate representation of color #AB3431: hue angle of 1.48º 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 #AB3431 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1715249-
CMYK00.700.710.33
HSL1.48º55.45%43.14%-
HSV(B)1.48º71.35%67.06%-
XYZ18.5811.344.11-
YUV87.24106.42187.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=62.87%
G=19.12%
B=18.01%

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
Decimal171524900.700.710.331.4855.4543.14
HexAB343104647211372b
Octal253646101061074116753
Binary101010111101001100010100011010001111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3431; }

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

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

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

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

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

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

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

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