Html Css Color HEX #A53A34 Milano Red

📋 copy color: '#A53A34'

red 165 ◦ green 58 ◦ blue 52

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

Shades of Milano Red #A53A34

Tints of Milano Red #A53A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 60%
G = 21.09%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53A34 (or 0xA53A34) is known color: Milano Red. HEX triplet: A5, 3A and 34. RGB value is (165,58,52). Sum of RGB (Red+Green+Blue) = 165+58+52=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A34 is #5AC5CB. Grayscale: #595959. Windows color (decimal): -5948876 or 3422885. OLE color: 3422885.

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

Color convert

RGB 165 58 52 -
CMYK 0 0.65 0.68 0.35
HSL 3.19º 0.52% 0.43% -
HSV(B) 3.19º 0.68% 0.65% -
XYZ 17.65 11.27 4.49 -
YUV 89.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 165 58 52 0 0.65 0.68 0.35 3.19 0.52 0.43
Hex A5 3A 34 0 41 44 23 3 34 2B
Octal 245 72 64 0 101 104 43 3 64 53
Binary 10100101 111010 110100 0 1000001 1000100 100011 11 110100 101011

Color Harmonies of #A53A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A34

Black with #A53A34

Text Example


Text Example

White with #A53A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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