Html Css Color HEX #AB3432 Milano Red

📋 copy color: '#AB3432'

red 171 ◦ green 52 ◦ blue 50

#AB3432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milano Red #AB3432

Tints of Milano Red #AB3432

RGB

 RED value IS 171 (67.19% from 255) = 62.64%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB3432 (or 0xAB3432) is known color: 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

RGB 171 52 50 -
CMYK 0 0.70 0.71 0.33
HSL 0.99º 0.55% 0.43% -
HSV(B) 0.99º 0.71% 0.67% -
XYZ 18.6 11.34 4.23 -
YUV 87.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 171 52 50 0 0.70 0.71 0.33 0.99 0.55 0.43
Hex AB 34 32 0 46 47 21 1 37 2B
Octal 253 64 62 0 106 107 41 1 67 53
Binary 10101011 110100 110010 0 1000110 1000111 100001 1 110111 101011

Color Harmonies of #AB3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3432

Black with #AB3432

Text Example


Text Example

White with #AB3432

Text Example


Text Example

HTML Codes & Css Web 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>