Html Css Color HEX #A53A2D Milano Red

📋 copy color: '#A53A2D'

red 165 ◦ green 58 ◦ blue 45

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

Shades of Milano Red #A53A2D

Tints of Milano Red #A53A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 61.57%
G = 21.64%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A53A2D (or 0xA53A2D) is known color: Milano Red. HEX triplet: A5, 3A and 2D. RGB value is (165,58,45). Sum of RGB (Red+Green+Blue) = 165+58+45=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A2D is #5AC5D2. Grayscale: #585858. Windows color (decimal): -5948883 or 2964133. OLE color: 2964133.

HSL color Cylindrical-coordinate representation of color #A53A2D: hue angle of 6.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53A2D is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 58 45 -
CMYK 0 0.65 0.73 0.35
HSL 6.5º 0.57% 0.41% -
HSV(B) 6.5º 0.73% 0.65% -
XYZ 17.5 11.21 3.72 -
YUV 88.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 165 58 45 0 0.65 0.73 0.35 6.5 0.57 0.41
Hex A5 3A 2D 0 41 49 23 6 39 29
Octal 245 72 55 0 101 111 43 6 71 51
Binary 10100101 111010 101101 0 1000001 1001001 100011 110 111001 101001

Color Harmonies of #A53A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A2D

Black with #A53A2D

Text Example


Text Example

White with #A53A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A2D; }

 p { color: rgb(165,58,45); }

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

background-color css

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

 a { background-color: rgb(165,58,45); }

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

border-color css

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

 span { border-color: rgb(165,58,45); }

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