Html Css Color HEX #A53535 Milano Red

📋 copy color: '#A53535'

red 165 ◦ green 53 ◦ blue 53

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

Shades of Milano Red #A53535

Tints of Milano Red #A53535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

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

R = 60.89%
G = 19.56%
B = 19.56%

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

#A53535 (or 0xA53535) is known color: Milano Red. HEX triplet: A5, 35 and 35. RGB value is (165,53,53). Sum of RGB (Red+Green+Blue) = 165+53+53=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53535 is #5ACACA. Grayscale: #565656. Windows color (decimal): -5950155 or 3487141. OLE color: 3487141.

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

Color convert

RGB 165 53 53 -
CMYK 0 0.68 0.68 0.35
HSL 0.51% 0.43% -
HSV(B) 0.68% 0.65% -
XYZ 17.43 10.8 4.53 -
YUV 86.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 165 53 53 0 0.68 0.68 0.35 0 0.51 0.43
Hex A5 35 35 0 44 44 23 0 33 2B
Octal 245 65 65 0 104 104 43 0 63 53
Binary 10100101 110101 110101 0 1000100 1000100 100011 0 110011 101011

Color Harmonies of #A53535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53535

Black with #A53535

Text Example


Text Example

White with #A53535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53535; }

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

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

background-color css

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

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

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

border-color css

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

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

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