Html Css Color HEX #A53331 Milano Red

📋 copy color: '#A53331'

red 165 ◦ green 51 ◦ blue 49

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

Shades of Milano Red #A53331

Tints of Milano Red #A53331

RGB

 RED value IS 165 (64.84% from 255) = 62.26%

 GREEN value IS 51 (20.31% from 255) = 19.25%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 62.26%
G = 19.25%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A53331 (or 0xA53331) is known color: Milano Red. HEX triplet: A5, 33 and 31. RGB value is (165,51,49). Sum of RGB (Red+Green+Blue) = 165+51+49=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53331 is #5ACCCE. Grayscale: #545454. Windows color (decimal): -5950671 or 3224485. OLE color: 3224485.

HSL color Cylindrical-coordinate representation of color #A53331: hue angle of 1.03º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53331 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 49 -
CMYK 0 0.69 0.70 0.35
HSL 1.03º 0.54% 0.42% -
HSV(B) 1.03º 0.7% 0.65% -
XYZ 17.26 10.59 4.04 -
YUV 84.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 165 51 49 0 0.69 0.70 0.35 1.03 0.54 0.42
Hex A5 33 31 0 45 46 23 1 36 2A
Octal 245 63 61 0 105 106 43 1 66 52
Binary 10100101 110011 110001 0 1000101 1000110 100011 1 110110 101010

Color Harmonies of #A53331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53331

Black with #A53331

Text Example


Text Example

White with #A53331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53331; }

 p { color: rgb(165,51,49); }

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

background-color css

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

 a { background-color: rgb(165,51,49); }

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

border-color css

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

 span { border-color: rgb(165,51,49); }

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