Html Css Color HEX #A03230 Milano Red

📋 copy color: '#A03230'

red 160 ◦ green 50 ◦ blue 48

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

Shades of Milano Red #A03230

Tints of Milano Red #A03230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 62.02%
G = 19.38%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A03230 (or 0xA03230) is known color: Milano Red. HEX triplet: A0, 32 and 30. RGB value is (160,50,48). Sum of RGB (Red+Green+Blue) = 160+50+48=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A03230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03230 is #5FCDCF. Grayscale: #525252. Windows color (decimal): -6278608 or 3158688. OLE color: 3158688.

HSL color Cylindrical-coordinate representation of color #A03230: hue angle of 1.07º 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 #A03230 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 48 -
CMYK 0 0.69 0.70 0.37
HSL 1.07º 0.54% 0.41% -
HSV(B) 1.07º 0.7% 0.63% -
XYZ 16.17 9.97 3.87 -
YUV 82.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 160 50 48 0 0.69 0.70 0.37 1.07 0.54 0.41
Hex A0 32 30 0 45 46 25 1 36 29
Octal 240 62 60 0 105 106 45 1 66 51
Binary 10100000 110010 110000 0 1000101 1000110 100101 1 110110 101001

Color Harmonies of #A03230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03230

Black with #A03230

Text Example


Text Example

White with #A03230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03230; }

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

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

background-color css

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

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

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

border-color css

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

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

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