Html Css Color HEX #A3322B Milano Red

📋 copy color: '#A3322B'

red 163 ◦ green 50 ◦ blue 43

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

Shades of Milano Red #A3322B

Tints of Milano Red #A3322B

RGB

 RED value IS 163 (64.06% from 255) = 63.67%

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

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

R = 63.67%
G = 19.53%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3322B (or 0xA3322B) is known color: Milano Red. HEX triplet: A3, 32 and 2B. RGB value is (163,50,43). Sum of RGB (Red+Green+Blue) = 163+50+43=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3322B is #5CCDD4. Grayscale: #535353. Windows color (decimal): -6082005 or 2831011. OLE color: 2831011.

HSL color Cylindrical-coordinate representation of color #A3322B: hue angle of 3.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3322B is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 43 -
CMYK 0 0.69 0.74 0.36
HSL 3.5º 0.58% 0.4% -
HSV(B) 3.5º 0.74% 0.64% -
XYZ 16.68 10.24 3.38 -
YUV 82.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 163 50 43 0 0.69 0.74 0.36 3.5 0.58 0.4
Hex A3 32 2B 0 45 4A 24 4 3A 28
Octal 243 62 53 0 105 112 44 4 72 50
Binary 10100011 110010 101011 0 1000101 1001010 100100 100 111010 101000

Color Harmonies of #A3322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3322B

Black with #A3322B

Text Example


Text Example

White with #A3322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3322B; }

 p { color: rgb(163,50,43); }

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

background-color css

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

 a { background-color: rgb(163,50,43); }

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

border-color css

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

 span { border-color: rgb(163,50,43); }

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