Html Css Color HEX #A0302B Milano Red

📋 copy color: '#A0302B'

red 160 ◦ green 48 ◦ blue 43

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

Shades of Milano Red #A0302B

Tints of Milano Red #A0302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 63.75%
G = 19.12%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0302B (or 0xA0302B) is known color: Milano Red. HEX triplet: A0, 30 and 2B. RGB value is (160,48,43). Sum of RGB (Red+Green+Blue) = 160+48+43=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A0302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0302B is #5FCFD4. Grayscale: #515151. Windows color (decimal): -6279125 or 2830496. OLE color: 2830496.

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

Color convert

RGB 160 48 43 -
CMYK 0 0.70 0.73 0.37
HSL 2.56º 0.58% 0.4% -
HSV(B) 2.56º 0.73% 0.63% -
XYZ 15.99 9.76 3.33 -
YUV 80.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 160 48 43 0 0.70 0.73 0.37 2.56 0.58 0.4
Hex A0 30 2B 0 46 49 25 3 3A 28
Octal 240 60 53 0 106 111 45 3 72 50
Binary 10100000 110000 101011 0 1000110 1001001 100101 11 111010 101000

Color Harmonies of #A0302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0302B

Black with #A0302B

Text Example


Text Example

White with #A0302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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