Html Css Color HEX #A0392B Milano Red

📋 copy color: '#A0392B'

red 160 ◦ green 57 ◦ blue 43

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

Shades of Milano Red #A0392B

Tints of Milano Red #A0392B

RGB

 RED value IS 160 (62.89% from 255) = 61.54%

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

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

R = 61.54%
G = 21.92%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0392B (or 0xA0392B) is known color: Milano Red. HEX triplet: A0, 39 and 2B. RGB value is (160,57,43). Sum of RGB (Red+Green+Blue) = 160+57+43=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0392B is #5FC6D4. Grayscale: #565656. Windows color (decimal): -6276821 or 2832800. OLE color: 2832800.

HSL color Cylindrical-coordinate representation of color #A0392B: hue angle of 7.18º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0392B is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 43 -
CMYK 0 0.64 0.73 0.37
HSL 7.18º 0.58% 0.4% -
HSV(B) 7.18º 0.73% 0.63% -
XYZ 16.4 10.57 3.46 -
YUV 86.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 160 57 43 0 0.64 0.73 0.37 7.18 0.58 0.4
Hex A0 39 2B 0 40 49 25 7 3A 28
Octal 240 71 53 0 100 111 45 7 72 50
Binary 10100000 111001 101011 0 1000000 1001001 100101 111 111010 101000

Color Harmonies of #A0392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0392B

Black with #A0392B

Text Example


Text Example

White with #A0392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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