Html Css Color HEX #A53737 Milano Red

📋 copy color: '#A53737'

red 165 ◦ green 55 ◦ blue 55

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

Shades of Milano Red #A53737

Tints of Milano Red #A53737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A53737 (or 0xA53737) is known color: Milano Red. HEX triplet: A5, 37 and 37. RGB value is (165,55,55). Sum of RGB (Red+Green+Blue) = 165+55+55=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53737 is #5AC8C8. Grayscale: #575757. Windows color (decimal): -5949641 or 3618725. OLE color: 3618725.

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

Color convert

RGB 165 55 55 -
CMYK 0 0.67 0.67 0.35
HSL 0.5% 0.43% -
HSV(B) 0.67% 0.65% -
XYZ 17.57 11.01 4.81 -
YUV 87.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 165 55 55 0 0.67 0.67 0.35 0 0.5 0.43
Hex A5 37 37 0 43 43 23 0 32 2B
Octal 245 67 67 0 103 103 43 0 62 53
Binary 10100101 110111 110111 0 1000011 1000011 100011 0 110010 101011

Color Harmonies of #A53737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53737

Black with #A53737

Text Example


Text Example

White with #A53737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53737; }

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

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

background-color css

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

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

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

border-color css

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

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

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