Html Css Color HEX #A53835 Milano Red

📋 copy color: '#A53835'

red 165 ◦ green 56 ◦ blue 53

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

Shades of Milano Red #A53835

Tints of Milano Red #A53835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

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

R = 60.22%
G = 20.44%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A53835 (or 0xA53835) is known color: Milano Red. HEX triplet: A5, 38 and 35. RGB value is (165,56,53). Sum of RGB (Red+Green+Blue) = 165+56+53=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A53835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53835 is #5AC7CA. Grayscale: #585858. Windows color (decimal): -5949387 or 3487909. OLE color: 3487909.

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

Color convert

RGB 165 56 53 -
CMYK 0 0.66 0.68 0.35
HSL 1.61º 0.51% 0.43% -
HSV(B) 1.61º 0.68% 0.65% -
XYZ 17.57 11.08 4.58 -
YUV 88.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 165 56 53 0 0.66 0.68 0.35 1.61 0.51 0.43
Hex A5 38 35 0 42 44 23 2 33 2B
Octal 245 70 65 0 102 104 43 2 63 53
Binary 10100101 111000 110101 0 1000010 1000100 100011 10 110011 101011

Color Harmonies of #A53835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53835

Black with #A53835

Text Example


Text Example

White with #A53835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53835; }

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

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

background-color css

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

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

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

border-color css

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

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

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