Html Css Color HEX #A5392B Milano Red

📋 copy color: '#A5392B'

red 165 ◦ green 57 ◦ blue 43

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

Shades of Milano Red #A5392B

Tints of Milano Red #A5392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 62.26%
G = 21.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5392B (or 0xA5392B) is known color: Milano Red. HEX triplet: A5, 39 and 2B. RGB value is (165,57,43). Sum of RGB (Red+Green+Blue) = 165+57+43=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5392B is #5AC6D4. Grayscale: #575757. Windows color (decimal): -5949141 or 2832805. OLE color: 2832805.

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

Color convert

RGB 165 57 43 -
CMYK 0 0.65 0.74 0.35
HSL 6.89º 0.59% 0.41% -
HSV(B) 6.89º 0.74% 0.65% -
XYZ 17.42 11.1 3.51 -
YUV 87.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 165 57 43 0 0.65 0.74 0.35 6.89 0.59 0.41
Hex A5 39 2B 0 41 4A 23 7 3B 29
Octal 245 71 53 0 101 112 43 7 73 51
Binary 10100101 111001 101011 0 1000001 1001010 100011 111 111011 101001

Color Harmonies of #A5392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5392B

Black with #A5392B

Text Example


Text Example

White with #A5392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5392B; }

 p { color: rgb(165,57,43); }

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

background-color css

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

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

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

border-color css

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

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

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