Html Css Color HEX #A53230 Milano Red

📋 copy color: '#A53230'

red 165 ◦ green 50 ◦ blue 48

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

Shades of Milano Red #A53230

Tints of Milano Red #A53230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

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

R = 62.74%
G = 19.01%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A53230 (or 0xA53230) is known color: Milano Red. HEX triplet: A5, 32 and 30. RGB value is (165,50,48). Sum of RGB (Red+Green+Blue) = 165+50+48=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A53230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53230 is #5ACDCF. Grayscale: #545454. Windows color (decimal): -5950928 or 3158693. OLE color: 3158693.

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

Color convert

RGB 165 50 48 -
CMYK 0 0.70 0.71 0.35
HSL 1.03º 0.55% 0.42% -
HSV(B) 1.03º 0.71% 0.65% -
XYZ 17.19 10.49 3.92 -
YUV 84.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 165 50 48 0 0.70 0.71 0.35 1.03 0.55 0.42
Hex A5 32 30 0 46 47 23 1 37 2A
Octal 245 62 60 0 106 107 43 1 67 52
Binary 10100101 110010 110000 0 1000110 1000111 100011 1 110111 101010

Color Harmonies of #A53230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53230

Black with #A53230

Text Example


Text Example

White with #A53230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53230; }

 p { color: rgb(165,50,48); }

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

background-color css

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

 a { background-color: rgb(165,50,48); }

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

border-color css

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

 span { border-color: rgb(165,50,48); }

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