#AB3434

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

Shades of Milano Red #AB3434

Tints of Milano Red #AB3434

Color information

#AB3434 (or 0xAB3434) is unknown color: approx Milano Red. HEX triplet: AB, 34 and 34. RGB value is (171,52,52). Sum of RGB (Red+Green+Blue) = 171+52+52=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3434 is #54CBCB. Grayscale: #575757. Windows color (decimal): -5557196 or 3421355. OLE color: 3421355.

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

Color convert

RGB1715252-
CMYK00.700.700.33
HSL53.36%43.73%-
HSV(B)69.59%67.06%-
XYZ18.6411.364.46-
YUV87.58107.92187.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.18%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=62.18%
G=18.91%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171525200.700.700.33053.3643.73
HexAB343404646210352c
Octal253646401061064106554
Binary101010111101001101000100011010001101000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3434; }

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

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

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

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

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

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

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

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