Html Css Color HEX #AB3430 Milano Red

📋 copy color: '#AB3430'

red 171 ◦ green 52 ◦ blue 48

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

Shades of Milano Red #AB3430

Tints of Milano Red #AB3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 63.1%
G = 19.19%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB3430 (or 0xAB3430) is known color: Milano Red. HEX triplet: AB, 34 and 30. RGB value is (171,52,48). Sum of RGB (Red+Green+Blue) = 171+52+48=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3430 is #54CBCF. Grayscale: #575757. Windows color (decimal): -5557200 or 3159211. OLE color: 3159211.

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

Color convert

RGB 171 52 48 -
CMYK 0 0.70 0.72 0.33
HSL 1.95º 0.56% 0.43% -
HSV(B) 1.95º 0.72% 0.67% -
XYZ 18.56 11.33 4 -
YUV 87.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 171 52 48 0 0.70 0.72 0.33 1.95 0.56 0.43
Hex AB 34 30 0 46 48 21 2 38 2B
Octal 253 64 60 0 106 110 41 2 70 53
Binary 10101011 110100 110000 0 1000110 1001000 100001 10 111000 101011

Color Harmonies of #AB3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3430

Black with #AB3430

Text Example


Text Example

White with #AB3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3430; }

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

 H1.HeaderClassName
 {
   color: #AB3430;
 }
 .AnyTagClassName
 {
   color: #AB3430;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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