Html Css Color HEX #A53434 Milano Red

📋 copy color: '#A53434'

red 165 ◦ green 52 ◦ blue 52

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

Shades of Milano Red #A53434

Tints of Milano Red #A53434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

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

R = 61.34%
G = 19.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53434 (or 0xA53434) is known color: Milano Red. HEX triplet: A5, 34 and 34. RGB value is (165,52,52). Sum of RGB (Red+Green+Blue) = 165+52+52=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A53434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53434 is #5ACBCB. Grayscale: #555555. Windows color (decimal): -5950412 or 3421349. OLE color: 3421349.

HSL color Cylindrical-coordinate representation of color #A53434: hue angle of 0º 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 #A53434 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 52 52 -
CMYK 0 0.68 0.68 0.35
HSL 0.52% 0.43% -
HSV(B) 0.68% 0.65% -
XYZ 17.36 10.7 4.4 -
YUV 85.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 165 52 52 0 0.68 0.68 0.35 0 0.52 0.43
Hex A5 34 34 0 44 44 23 0 34 2B
Octal 245 64 64 0 104 104 43 0 64 53
Binary 10100101 110100 110100 0 1000100 1000100 100011 0 110100 101011

Color Harmonies of #A53434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53434

Black with #A53434

Text Example


Text Example

White with #A53434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53434; }

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

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

background-color css

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

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

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

border-color css

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

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

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