Html Css Color HEX #A53635 Milano Red

📋 copy color: '#A53635'

red 165 ◦ green 54 ◦ blue 53

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

Shades of Milano Red #A53635

Tints of Milano Red #A53635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 60.66%
G = 19.85%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53635 (or 0xA53635) is known color: Milano Red. HEX triplet: A5, 36 and 35. RGB value is (165,54,53). Sum of RGB (Red+Green+Blue) = 165+54+53=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53635 is #5AC9CA. Grayscale: #575757. Windows color (decimal): -5949899 or 3487397. OLE color: 3487397.

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

Color convert

RGB 165 54 53 -
CMYK 0 0.67 0.68 0.35
HSL 0.54º 0.51% 0.43% -
HSV(B) 0.54º 0.68% 0.65% -
XYZ 17.48 10.89 4.55 -
YUV 87.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 165 54 53 0 0.67 0.68 0.35 0.54 0.51 0.43
Hex A5 36 35 0 43 44 23 1 33 2B
Octal 245 66 65 0 103 104 43 1 63 53
Binary 10100101 110110 110101 0 1000011 1000100 100011 1 110011 101011

Color Harmonies of #A53635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53635

Black with #A53635

Text Example


Text Example

White with #A53635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53635; }

 p { color: rgb(165,54,53); }

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

background-color css

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

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

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

border-color css

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

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

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