Html Css Color HEX #A53834 Milano Red

📋 copy color: '#A53834'

red 165 ◦ green 56 ◦ blue 52

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

Shades of Milano Red #A53834

Tints of Milano Red #A53834

RGB

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

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

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

R = 60.44%
G = 20.51%
B = 19.05%

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

#A53834 (or 0xA53834) is known color: Milano Red. HEX triplet: A5, 38 and 34. RGB value is (165,56,52). Sum of RGB (Red+Green+Blue) = 165+56+52=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A53834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53834 is #5AC7CB. Grayscale: #585858. Windows color (decimal): -5949388 or 3422373. OLE color: 3422373.

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

Color convert

RGB 165 56 52 -
CMYK 0 0.66 0.68 0.35
HSL 2.12º 0.52% 0.43% -
HSV(B) 2.12º 0.68% 0.65% -
XYZ 17.55 11.08 4.46 -
YUV 88.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 165 56 52 0 0.66 0.68 0.35 2.12 0.52 0.43
Hex A5 38 34 0 42 44 23 2 34 2B
Octal 245 70 64 0 102 104 43 2 64 53
Binary 10100101 111000 110100 0 1000010 1000100 100011 10 110100 101011

Color Harmonies of #A53834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53834

Black with #A53834

Text Example


Text Example

White with #A53834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53834; }

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

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

background-color css

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

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

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

border-color css

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

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

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