Html Css Color HEX #A03A30 Milano Red

📋 copy color: '#A03A30'

red 160 ◦ green 58 ◦ blue 48

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

Shades of Milano Red #A03A30

Tints of Milano Red #A03A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

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

R = 60.15%
G = 21.8%
B = 18.05%

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

#A03A30 (or 0xA03A30) is known color: Milano Red. HEX triplet: A0, 3A and 30. RGB value is (160,58,48). Sum of RGB (Red+Green+Blue) = 160+58+48=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A30 is #5FC5CF. Grayscale: #575757. Windows color (decimal): -6276560 or 3160736. OLE color: 3160736.

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

Color convert

RGB 160 58 48 -
CMYK 0 0.64 0.70 0.37
HSL 5.36º 0.54% 0.41% -
HSV(B) 5.36º 0.7% 0.63% -
XYZ 16.54 10.71 3.99 -
YUV 87.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 160 58 48 0 0.64 0.70 0.37 5.36 0.54 0.41
Hex A0 3A 30 0 40 46 25 5 36 29
Octal 240 72 60 0 100 106 45 5 66 51
Binary 10100000 111010 110000 0 1000000 1000110 100101 101 110110 101001

Color Harmonies of #A03A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A30

Black with #A03A30

Text Example


Text Example

White with #A03A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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