Html Css Color HEX #A03930 Milano Red

📋 copy color: '#A03930'

red 160 ◦ green 57 ◦ blue 48

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

Shades of Milano Red #A03930

Tints of Milano Red #A03930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 60.38%
G = 21.51%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A03930 (or 0xA03930) is known color: Milano Red. HEX triplet: A0, 39 and 30. RGB value is (160,57,48). Sum of RGB (Red+Green+Blue) = 160+57+48=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03930 is #5FC6CF. Grayscale: #565656. Windows color (decimal): -6276816 or 3160480. OLE color: 3160480.

HSL color Cylindrical-coordinate representation of color #A03930: hue angle of 4.82º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03930 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 48 -
CMYK 0 0.64 0.70 0.37
HSL 4.82º 0.54% 0.41% -
HSV(B) 4.82º 0.7% 0.63% -
XYZ 16.49 10.61 3.98 -
YUV 86.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 160 57 48 0 0.64 0.70 0.37 4.82 0.54 0.41
Hex A0 39 30 0 40 46 25 5 36 29
Octal 240 71 60 0 100 106 45 5 66 51
Binary 10100000 111001 110000 0 1000000 1000110 100101 101 110110 101001

Color Harmonies of #A03930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03930

Black with #A03930

Text Example


Text Example

White with #A03930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03930; }

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

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

background-color css

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

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

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

border-color css

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

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

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