Html Css Color HEX #A03331 Milano Red

📋 copy color: '#A03331'

red 160 ◦ green 51 ◦ blue 49

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

Shades of Milano Red #A03331

Tints of Milano Red #A03331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 61.54%
G = 19.62%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A03331 (or 0xA03331) is known color: Milano Red. HEX triplet: A0, 33 and 31. RGB value is (160,51,49). Sum of RGB (Red+Green+Blue) = 160+51+49=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A03331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03331 is #5FCCCE. Grayscale: #535353. Windows color (decimal): -6278351 or 3224480. OLE color: 3224480.

HSL color Cylindrical-coordinate representation of color #A03331: hue angle of 1.08º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03331 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 49 -
CMYK 0 0.68 0.69 0.37
HSL 1.08º 0.53% 0.41% -
HSV(B) 1.08º 0.69% 0.63% -
XYZ 16.24 10.06 3.99 -
YUV 83.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 160 51 49 0 0.68 0.69 0.37 1.08 0.53 0.41
Hex A0 33 31 0 44 45 25 1 35 29
Octal 240 63 61 0 104 105 45 1 65 51
Binary 10100000 110011 110001 0 1000100 1000101 100101 1 110101 101001

Color Harmonies of #A03331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03331

Black with #A03331

Text Example


Text Example

White with #A03331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03331; }

 p { color: rgb(160,51,49); }

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

background-color css

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

 a { background-color: rgb(160,51,49); }

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

border-color css

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

 span { border-color: rgb(160,51,49); }

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