Html Css Color HEX #A53829 Milano Red

📋 copy color: '#A53829'

red 165 ◦ green 56 ◦ blue 41

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

Shades of Milano Red #A53829

Tints of Milano Red #A53829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 62.98%
G = 21.37%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A53829 (or 0xA53829) is known color: Milano Red. HEX triplet: A5, 38 and 29. RGB value is (165,56,41). Sum of RGB (Red+Green+Blue) = 165+56+41=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A53829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53829 is #5AC7D6. Grayscale: #575757. Windows color (decimal): -5949399 or 2701477. OLE color: 2701477.

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

Color convert

RGB 165 56 41 -
CMYK 0 0.66 0.75 0.35
HSL 7.26º 0.6% 0.4% -
HSV(B) 7.26º 0.75% 0.65% -
XYZ 17.33 10.99 3.31 -
YUV 86.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 165 56 41 0 0.66 0.75 0.35 7.26 0.6 0.4
Hex A5 38 29 0 42 4B 23 7 3C 28
Octal 245 70 51 0 102 113 43 7 74 50
Binary 10100101 111000 101001 0 1000010 1001011 100011 111 111100 101000

Color Harmonies of #A53829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53829

Black with #A53829

Text Example


Text Example

White with #A53829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53829; }

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

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

background-color css

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

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

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

border-color css

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

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

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