Html Css Color HEX #A3332B Milano Red

📋 copy color: '#A3332B'

red 163 ◦ green 51 ◦ blue 43

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

Shades of Milano Red #A3332B

Tints of Milano Red #A3332B

RGB

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

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

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

R = 63.42%
G = 19.84%
B = 16.73%

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

#A3332B (or 0xA3332B) is known color: Milano Red. HEX triplet: A3, 33 and 2B. RGB value is (163,51,43). Sum of RGB (Red+Green+Blue) = 163+51+43=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3332B is #5CCCD4. Grayscale: #535353. Windows color (decimal): -6081749 or 2831267. OLE color: 2831267.

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

Color convert

RGB 163 51 43 -
CMYK 0 0.69 0.74 0.36
HSL 0.58% 0.4% -
HSV(B) 0.74% 0.64% -
XYZ 16.72 10.33 3.4 -
YUV 83.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 163 51 43 0 0.69 0.74 0.36 4 0.58 0.4
Hex A3 33 2B 0 45 4A 24 4 3A 28
Octal 243 63 53 0 105 112 44 4 72 50
Binary 10100011 110011 101011 0 1000101 1001010 100100 100 111010 101000

Color Harmonies of #A3332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3332B

Black with #A3332B

Text Example


Text Example

White with #A3332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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