Html Css Color HEX #A53A2F Milano Red

📋 copy color: '#A53A2F'

red 165 ◦ green 58 ◦ blue 47

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

Shades of Milano Red #A53A2F

Tints of Milano Red #A53A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 61.11%
G = 21.48%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A53A2F (or 0xA53A2F) is known color: Milano Red. HEX triplet: A5, 3A and 2F. RGB value is (165,58,47). Sum of RGB (Red+Green+Blue) = 165+58+47=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A2F is #5AC5D0. Grayscale: #585858. Windows color (decimal): -5948881 or 3095205. OLE color: 3095205.

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

Color convert

RGB 165 58 47 -
CMYK 0 0.65 0.72 0.35
HSL 5.59º 0.56% 0.42% -
HSV(B) 5.59º 0.72% 0.65% -
XYZ 17.54 11.23 3.93 -
YUV 88.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 165 58 47 0 0.65 0.72 0.35 5.59 0.56 0.42
Hex A5 3A 2F 0 41 48 23 6 38 2A
Octal 245 72 57 0 101 110 43 6 70 52
Binary 10100101 111010 101111 0 1000001 1001000 100011 110 111000 101010

Color Harmonies of #A53A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A2F

Black with #A53A2F

Text Example


Text Example

White with #A53A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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